14 lines
256 B
YAML
14 lines
256 B
YAML
services:
|
|
gotify:
|
|
image: gotify/server:latest
|
|
volumes:
|
|
- /mnt/cephfs/docker/gotify:/app/data
|
|
restart: unless-stopped
|
|
ports:
|
|
- 8111:80
|
|
security_opt:
|
|
- no-new-privileges:true
|
|
environment:
|
|
- TZ=Europe/London
|
|
|