mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-21 00:11:42 +02:00
fix(agent): typo for /distribution endpoint and update related configurations
This commit is contained in:
@@ -9,7 +9,7 @@ services:
|
||||
AGENT_PORT: "{{.Port}}"
|
||||
AGENT_CA_CERT: "{{.CACert}}"
|
||||
AGENT_SSL_CERT: "{{.SSLCert}}"
|
||||
# docker socket proxy
|
||||
# docker socket proxy: [host]:port
|
||||
# unset DOCKER_SOCKET_ADDR to disable
|
||||
DOCKER_SOCKET_ADDR: 127.0.0.1:2375
|
||||
POST: false
|
||||
@@ -21,7 +21,7 @@ services:
|
||||
COMMIT: false
|
||||
CONFIGS: false
|
||||
CONTAINERS: false
|
||||
DISTRIBUTIONS: false
|
||||
DISTRIBUTION: false
|
||||
EVENTS: true
|
||||
EXEC: false
|
||||
GRPC: false
|
||||
|
||||
Reference in New Issue
Block a user