mirror of
https://gitee.com/kennylee/docker.git
synced 2024-12-02 03:48:15 +08:00
19 lines
303 B
INI
19 lines
303 B
INI
[common]
|
|
bind_addr = 0.0.0.0
|
|
bind_port = 7000
|
|
vhost_http_port = 8080
|
|
privilege_mode = true
|
|
privilege_token = 12345678
|
|
dashboard_port = 7500
|
|
dashboard_user = admin
|
|
dashboard_pwd = admin
|
|
|
|
[web]
|
|
type = http
|
|
custom_domains = www.yourdomain.com
|
|
auth_token = 123
|
|
|
|
[ssh]
|
|
remote_port = 6000
|
|
auth_token = 123456
|