fix: DOCKER_HOST env priority, config.toml fix
This commit is contained in:
@@ -24,8 +24,8 @@ show_timestamp = true
|
||||
# Don't draw gui - for debugging - mostly pointless
|
||||
gui = true
|
||||
|
||||
# Docker host location
|
||||
host = "/var/run/docker.sock"
|
||||
# Docker host location. Will take priority over a DOCKER_HOST env.
|
||||
# host = "/var/run/docker.sock"
|
||||
|
||||
# Display the container logs timestamp with a given timezone, if timezone is unknown, defaults to UTC
|
||||
timezone = "Etc/UTC"
|
||||
|
||||
Reference in New Issue
Block a user