Rework networking a bit

This commit is contained in:
2025-04-24 20:08:17 -03:00
parent 39f5965781
commit 5791fc9b83
5 changed files with 19 additions and 20 deletions

View File

@ -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"