Fix ungly indentation

This commit is contained in:
Jafner 2021-10-03 17:09:07 -07:00 committed by GitHub
parent ec79815373
commit cd45a2ba60

View File

@ -1,29 +1,26 @@
version: "3" version: "3"
services: services:
5etools-docker: 5etools-docker:
container_name: 5etools-docker container_name: 5etools-docker
image: jafner/5etools-docker:latest image: jafner/5etools-docker:latest
volumes: volumes:
- ~/5etools-docker/htdocs:/usr/local/apache2/htdocs - ~/5etools-docker/htdocs:/usr/local/apache2/htdocs
ports: ports:
- 8080:80/tcp - 8080:80/tcp
environment: environment:
- IMG= - IMG=
# defaults to "false" # defaults to "false"
# expects "true" or "false" # expects "true" or "false"
- AUTOUPDATE=
- AUTOUPDATE= # defaults to "true"
# defaults to "true" # expects "true" or "false"
# expects "true" or "false" - DL_TYPE=
# defaults to "github"
- DL_TYPE= # expects "get", "github", or "mega"
# defaults to "github" # where "get" refers to the old `get.5e.tools` structure,
# expects "get", "github", or "mega" # "github" refers to the root of a specific github repository,
# where "get" refers to the old `get.5e.tools` structure, # and "mega" refers to a mega.nz download link
# "github" refers to the root of a specific github repository, - DL_LINK=
# and "mega" refers to a mega.nz download link # defaults to https://github.com/5etools-mirror-1/5etools-mirror-1.github.io.git
# expects a URL with the correct content for the DL_TYPE
- DL_LINK= # if you're using the github type, make sure the url ends with .git
# defaults to https://github.com/5etools-mirror-1/5etools-mirror-1.github.io.git
# expects a URL with the correct content for the DL_TYPE
# if you're using the github type, make sure the url ends with .git