docker – Rev 44
?pathlinks?
version: '3.7'
services:
gotify:
image: gotify/server
ports:
- "50111:80"
volumes:
- /mnt/docker/data/gotify:/app/data
environment:
- TZ="Etc/UTC"
version: '3.7'
services:
gotify:
image: gotify/server
ports:
- "50111:80"
volumes:
- /mnt/docker/data/gotify:/app/data
environment:
- TZ="Etc/UTC"