omada/docker-compose.yml aktualisiert

This commit is contained in:
2025-07-27 16:56:25 +00:00
parent 82c4502f8c
commit 46c44484d9

View File

@@ -7,14 +7,7 @@ services:
nofile:
soft: ${ULIMIT_SOFT:-4096}
hard: ${ULIMIT_HARD:-8192}
ports:
- "${PORT_8088:-8088}:8088"
- "${PORT_8043:-8043}:8043"
- "${PORT_8843:-8843}:8843"
- "${PORT_19810:-19810}:19810/udp"
- "${PORT_27001:-27001}:27001/udp"
- "${PORT_29810:-29810}:29810/udp"
- "${PORT_RANGE_29811_29816:-29811-29816}:29811-29816"
network_mode: host
environment:
- TZ=${TZ:-Etc/UTC}
- ROOTLESS=${ROOTLESS:-true}