Files
docker/gotify/docker-compose.yml
2024-06-15 15:35:42 +02:00

12 lines
209 B
YAML

services:
gotify:
container_name: gotify
image: gotify/server
ports:
- "8001:80"
volumes:
- ./data:/app/data
environment:
- TZ=Europe/Berlin
restart: unless-stopped