Files
Docker/Gotify/docker-compose.yml
2025-04-13 00:25:40 +02:00

10 lines
188 B
YAML

version: "3"
services:
gotify:
image: gotify/server
restart: unless-stopped
ports:
- 8282:80
volumes:
- "/zstore/Docker-volumes/Gotify/gotify_data:/app/data"