Add Notification_Containers/gotify/compose.yaml
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
---
|
||||
services:
|
||||
gotify:
|
||||
image: gotify/server
|
||||
ports:
|
||||
- 8092:80
|
||||
environment:
|
||||
GOTIFY_DEFAULTUSER_PASS: 'admin'
|
||||
volumes:
|
||||
- '/srv/docker/gotify/gotify_data:/app/data'
|
||||
Reference in New Issue
Block a user