fiso-site/docker-compose.yml

14 lines
355 B
YAML
Raw Normal View History

2024-10-29 11:47:52 +00:00
services:
grav:
image: shinsenter/grav:latest
volumes:
- grav_install:/var/www/html
# Only uncomment this after the initial volume has been filled
# Otherwise, it will not auto-install.
- ./fiso-theme:/var/www/html/user/themes/fiso-theme:ro
ports:
- 8000:80
restart: unless-stopped
volumes:
grav_install: