Files
docker/gotify/docker-compose.yml
2021-11-16 20:54:25 +00:00

12 lines
221 B
YAML

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