Files
PROXMOX/gotify/docker-compose.yml
2026-04-27 13:12:58 +01:00

15 lines
274 B
YAML

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