fiso-site/docker-compose.yml
2024-10-29 12:47:52 +01:00

14 lines
355 B
YAML

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: