From 50c3d69f23717325f45aa8b796b253dab5646ad5 Mon Sep 17 00:00:00 2001 From: thekettu Date: Sun, 8 Apr 2018 18:33:11 -0700 Subject: add tip --- in-a-box/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit