Update network for gotify

This commit is contained in:
2025-07-08 16:29:00 +05:30
parent 601ec06611
commit e7fe411daf

View File

@@ -8,5 +8,11 @@ services:
volumes: volumes:
- ${APPDATA_PATH}/gotify/config:/app/data - ${APPDATA_PATH}/gotify/config:/app/data
ports: ports:
- "${PORT}:80" - ${PORT}:80
networks:
- frontend
restart: unless-stopped restart: unless-stopped
networks:
frontend:
external: true