Give Emby a dedicated LAN address

This commit is contained in:
Codex
2026-09-03 03:47:18 -07:00
parent 39a1f24e36
commit 39d51153e5
2 changed files with 13 additions and 8 deletions
+7 -2
View File
@@ -8,8 +8,9 @@ services:
GID: "100"
GIDLIST: "100"
TZ: Asia/Shanghai
ports:
- "8097:8096/tcp"
networks:
br0:
ipv4_address: 192.168.50.12
volumes:
- /mnt/user/appdata/EmbyServer/config:/config
- /mnt/user/appdata/EmbyServer/transcode:/transcode
@@ -26,3 +27,7 @@ services:
max-size: 10m
max-file: "3"
networks:
br0:
external: true
name: br0