This will delete all data including the database and recreate the Docker container.
cd /var/discourse
./launcher stop app
rm -rf shared/standalone
./launcher rebuild app
This will delete all data including the database and recreate the Docker container.
cd /var/discourse
./launcher stop app
rm -rf shared/standalone
./launcher rebuild app