mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-21 08:21:51 +02:00
change default agent name to hostname
This commit is contained in:
@@ -5,8 +5,8 @@ services:
|
||||
restart: always
|
||||
network_mode: host # do not change this
|
||||
environment:
|
||||
GODOXY_AGENT_NAME: "agent-1"
|
||||
GODOXY_AGENT_PORT: "8890"
|
||||
GODOXY_AGENT_NAME: # defaults to hostname
|
||||
GODOXY_AGENT_PORT: # defaults to 8890
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- ./certs:/app/certs # store Agent CA cert and Agent SSL cert
|
||||
|
||||
Reference in New Issue
Block a user