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