Rework networking a bit
This commit is contained in:
@ -1,5 +1,3 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
gotify:
|
||||
container_name: gotify
|
||||
@ -9,8 +7,4 @@ services:
|
||||
ports:
|
||||
- 8085:80
|
||||
volumes:
|
||||
- "/docker/appdata/gotify/data:/app/data"
|
||||
networks:
|
||||
default:
|
||||
name: "ubuntu-server"
|
||||
external: true
|
||||
- "/docker/appdata/gotify/data:/app/data"
|
Reference in New Issue
Block a user