From 5ac12807285ff872c76118754c4ac858e698ea4e Mon Sep 17 00:00:00 2001 From: sascha Date: Tue, 12 May 2026 15:32:35 +0200 Subject: [PATCH] compose.yaml aktualisiert --- compose.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/compose.yaml b/compose.yaml index 65f7002..93d7e92 100644 --- a/compose.yaml +++ b/compose.yaml @@ -12,12 +12,10 @@ services: volumes: - /app-config/wireguard/:/config - /lib/modules:/lib/modules #optional - networks: - - emby_network + ports: + - 8096:8096 + - 8920:8920 + - 9096:9096 sysctls: - net.ipv4.conf.all.src_valid_mark=1 restart: unless-stopped -networks: - emby_network: - name: emby_network - external: true \ No newline at end of file