ConfigSwag/compose_grav.yml
2024-08-27 12:41:09 +02:00

20 lines
319 B
YAML

---
services:
grav:
image: lscr.io/linuxserver/grav:latest
container_name: grav
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Paris
volumes:
- /srv/grav/config:/config
restart: unless-stopped
networks:
- my_service
networks:
my_service:
external: true