Docker socket writable by netdata, fix aliases script

This commit is contained in:
Jean Froment 2019-06-12 10:00:09 +02:00
parent 5d9bc302b1
commit 24d2eb3f4d
2 changed files with 2 additions and 5 deletions

View File

@ -2,7 +2,4 @@
# Aliases file to be sourced and used when it might be convenient
alias all-logs="docker ps -q | xargs -P 13 -L 1 docker logs --follow"
exit 0
alias all-logs="docker ps -q | xargs -P 13 -L 1 docker logs --follow"

View File

@ -248,7 +248,7 @@ services:
volumes:
- /proc:/host/proc:ro
- /sys:/host/sys:ro
- /var/run/docker.sock:/var/run/docker.sock:ro
- /var/run/docker.sock:/var/run/docker.sock:rw
labels:
- 'traefik.backend=netdata'
- 'traefik.port=19999'