fresh zerver commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
gotify:
|
||||
image: gotify/server
|
||||
ports:
|
||||
- 8082:80
|
||||
environment:
|
||||
- GOTIFY_DEFAULTUSER_PASS=password
|
||||
volumes:
|
||||
- "./gotify_data:/app/data"
|
||||
Reference in New Issue
Block a user