From 6e4129f945c8efc12395661a4116080a7431d33a Mon Sep 17 00:00:00 2001 From: Jafner <40403594+Jafner@users.noreply.github.com> Date: Thu, 30 Sep 2021 11:26:25 -0700 Subject: [PATCH] Improve quick setup docs --- 5etools-docker/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/5etools-docker/README.md b/5etools-docker/README.md index be5a14ec..725b6d8a 100644 --- a/5etools-docker/README.md +++ b/5etools-docker/README.md @@ -5,7 +5,10 @@ This is a simple image for hosting your own 5eTools instance. It is based on the ## Default Configuration You can quick-start this image by running: +`mkdir -p ~/5etools-docker/htdocs && cd ~/5etools-docker` + `curl -o docker-compose.yml https://raw.githubusercontent.com/Jafner/5etools-docker/main/docker-compose.yml` + `docker-compose up -d && docker logs -f 5etools-docker` Then give the container a few minutes to come online and it will be accessible at `localhost:8080`.