Files
Docker-Compose/Notification_Containers/gotify/compose.yaml
T

10 lines
195 B
YAML
Raw Normal View History

---
services:
gotify:
image: gotify/server
ports:
- 8092:80
environment:
GOTIFY_DEFAULTUSER_PASS: 'admin'
volumes:
- '/srv/docker/gotify/gotify_data:/app/data'