mirror of
https://github.com/xubiaolin/docker-zerotier-planet.git
synced 2026-06-04 21:04:27 +08:00
21 lines
645 B
Plaintext
21 lines
645 B
Plaintext
CONTAINER_NAME=myztplanet
|
|
DOCKER_IMAGE=xubiaolin/zerotier-planet:latest
|
|
|
|
# ZeroTier root server endpoints. Leave one IP family empty if unavailable.
|
|
IP_ADDR4=
|
|
IP_ADDR6=
|
|
ZT_PORT=9994
|
|
|
|
# Management UI and file downloads bind to localhost in compose.yaml.
|
|
# HOST_BIND_IP is only used when compose.public-http.yaml is explicitly enabled.
|
|
HOST_BIND_IP=127.0.0.1
|
|
API_PORT=3443
|
|
FILE_SERVER_PORT=3000
|
|
|
|
# Plaintext public HTTP requires compose.public-http.yaml and is for temporary lab use only.
|
|
PUBLIC_HTTP=false
|
|
|
|
# Optional ztncui bootstrap password. If empty, a random password is generated.
|
|
ZTNCUI_BOOTSTRAP_PASSWORD=
|
|
ZTNCUI_BOOTSTRAP_PASSWORD_FILE=
|