omada/docker-compose.yml aktualisiert
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user