Gotify Compose File
Installation Guides for Software and Se...
Gotify
services:
gotify:
container_name: gotify
hostname: gotify
image: gotify/server
restart: unless-stopped
security_opt:
- no-new-privileges:true
networks:
- net
ports:
- "3030:80"
volumes:
- d...