hmmm yeah
cd /var/discourse
./launcher enter app
rails c
> SiteCustomization.update_all(enabled: false)
exit
exit
After this restart the container
./launcher restart app
hmmm yeah
cd /var/discourse
./launcher enter app
rails c
> SiteCustomization.update_all(enabled: false)
exit
exit
After this restart the container
./launcher restart app