diff options
-rw-r--r-- | in-a-box/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/in-a-box/README.md b/in-a-box/README.md index 42c3b12..a7f45b0 100644 --- a/in-a-box/README.md +++ b/in-a-box/README.md @@ -8,7 +8,7 @@ Step 3: Run `./mastodon.sh setup` and afterwards, move `public/system/.env.produ Step 4: Run `./mastodon.sh acme` to set up Let's Encrypt. Make sure that port 80 is allowed by the firewall. -Step 5: Run `docker-compose up -d` to start all services. Verify with `docker-compose ps` that they're up. +Step 5: Run `docker-compose up -d` to start all services. Verify with `docker-compose ps` that they're up, and if there's errors, `docker-compose logs -f`. Step 6: Register on the instance. |