Security note about docker socket mount

This commit is contained in:
Nemo 2021-02-02 14:07:15 +05:30
parent d90a67539f
commit 6cb2ffa736
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,9 @@ checkNewVersion = false
[docker]
# Make sure you mount this as readonly
# NOTE: readonly doesn't reduce the risk because
# it is a unix socket - it doesn't automatically translate
# read|write perms to GET/POST requests.
endpoint = "unix:///var/run/docker.sock"
domain = "bb8.fun"
watch = true