omada/docker-compose.yml aktualisiert
This commit is contained in:
@@ -7,14 +7,7 @@ services:
|
|||||||
nofile:
|
nofile:
|
||||||
soft: ${ULIMIT_SOFT:-4096}
|
soft: ${ULIMIT_SOFT:-4096}
|
||||||
hard: ${ULIMIT_HARD:-8192}
|
hard: ${ULIMIT_HARD:-8192}
|
||||||
ports:
|
network_mode: host
|
||||||
- "${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"
|
|
||||||
environment:
|
environment:
|
||||||
- TZ=${TZ:-Etc/UTC}
|
- TZ=${TZ:-Etc/UTC}
|
||||||
- ROOTLESS=${ROOTLESS:-true}
|
- ROOTLESS=${ROOTLESS:-true}
|
||||||
|
|||||||
Reference in New Issue
Block a user