diff --git a/README.md b/README.md index d48ff03..08ccf09 100644 --- a/README.md +++ b/README.md @@ -99,17 +99,19 @@ cat /var/lib/tor/onion_service/hostname # Post installation +* Configure email and enable user registration. See the README.md in the service's configuration directory for guidance. * Copy a pre-existing website into `/var/www/dcomms/` across all docker nodes or checkout all files from either the [dcomms-web repo (UA)](https://github.com/censorship-no/dcomms-web) or the [chatv3 repo (RU)](https://github.com/censorship-no/chatv3-web) into the same location. * Optionally visit `https://server1.example.org` to view the website. * Optionally visit `https://chat.server1.example.org` to view the Element service. * Optionally configure a Matrix client to use `https://matrix.server1.example.org` as the homeserver. - # Troubleshooting -## Log review - -## Altering configs - -## Specific issues with services +## Reload services +To stop and start services you can use the following commands: +* To stop all pods in a compose file, for example Mastodon: +``` +docker compose -f ./conf/compose/mastodon.docker-compose.yml down +``` +To restart the services, simply rerun `run.sh`