15 lines
526 B
YAML
15 lines
526 B
YAML
services:
|
|
5etools-docker:
|
|
container_name: 5etools-docker
|
|
image: jafner/5etools-docker
|
|
volumes:
|
|
- ~/5etools-docker/htdocs:/usr/local/apache2/htdocs
|
|
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: |