Jafner.net/projects/5etools-docker/docker-compose.yml

15 lines
526 B
YAML
Raw Normal View History

2021-07-05 01:15:08 -07:00
services:
2021-10-03 17:12:11 -07:00
5etools-docker:
container_name: 5etools-docker
2022-12-22 09:48:54 -08:00
image: jafner/5etools-docker
2021-10-03 17:12:11 -07:00
volumes:
- ~/5etools-docker/htdocs:/usr/local/apache2/htdocs
2021-10-03 17:12:11 -07:00
ports:
- 8080:80/tcp
environment:
- GET_IMAGES=FALSE # Set to FALSE to pull images from https://github.com/5etools-mirror-2/5etools-img (as a Git submodule)
#- OFFLINE_MODE=TRUE # Optional. Expects "TRUE" or "FALSE". Disables checking for new updates.
# Uncomment this block to use a docker-managed volume:
#volumes:
# 5etools-docker: