Update network for gotify
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user