diff --git a/compose.yaml b/compose.yaml index 09e9779..548f98d 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,8 +1,3 @@ -networks: - emby_network: - enable_ipv6: false - name: emby_network - services: emby: image: lscr.io/linuxserver/emby:latest @@ -22,8 +17,7 @@ services: restart: always ports: - 8096:8096 - networks: - - emby_network + network_mode: "container:wireguard" devices: - /dev/nvidia0:/dev/nvidia0 - /dev/nvidiactl:/dev/nvidiactl