Files
Elite/gotify/docker-compose.yml
john a1eb58815f Update gotify/docker-compose.yml
Modify to work on local storage rather than microCeph shared folders
2026-04-14 12:03:32 +01:00

15 lines
277 B
YAML

services:
gotify:
image: gotify/server:latest
container_name: gotify
volumes:
- /data/docker/gotify:/app/data
restart: unless-stopped
ports:
- 8111:80
security_opt:
- no-new-privileges:true
environment:
- TZ=Europe/London