10 lines
195 B
YAML
10 lines
195 B
YAML
---
|
|
services:
|
|
gotify:
|
|
image: gotify/server
|
|
ports:
|
|
- 8092:80
|
|
environment:
|
|
GOTIFY_DEFAULTUSER_PASS: 'admin'
|
|
volumes:
|
|
- '/srv/docker/gotify/gotify_data:/app/data' |