11 lines
190 B
YAML
11 lines
190 B
YAML
version: "3"
|
|
|
|
services:
|
|
gotify:
|
|
image: gotify/server
|
|
ports:
|
|
- 8082:80
|
|
environment:
|
|
- GOTIFY_DEFAULTUSER_PASS=password
|
|
volumes:
|
|
- "./gotify_data:/app/data" |