Improve quick setup docs

This commit is contained in:
Jafner 2021-09-30 11:26:25 -07:00
parent 3d564d7492
commit 6e4129f945

View File

@ -5,7 +5,10 @@ This is a simple image for hosting your own 5eTools instance. It is based on the
## Default Configuration ## Default Configuration
You can quick-start this image by running: 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` `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` `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`. Then give the container a few minutes to come online and it will be accessible at `localhost:8080`.