14 lines
355 B
YAML
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:
|