Adjust log level of dockersocketproxy to notice

This should prevent another 5gb log file :/
This commit is contained in:
saibotk 2020-09-19 17:00:07 +02:00
parent 7410e74b23
commit 7c1eca3e16
No known key found for this signature in database
GPG key ID: A3299C587D5DF523
2 changed files with 2 additions and 0 deletions

View file

@ -53,6 +53,7 @@ services:
- "INFO=1"
- "NETWORKS=1"
- "IMAGES=1"
- "LOG_LEVEL=notice"
volumes:
- "/var/run/docker.sock:/var/run/docker.sock:ro"
networks:

View file

@ -30,6 +30,7 @@ services:
- /run/:size=32K
environment:
- "CONTAINERS=1"
- "LOG_LEVEL=notice"
volumes:
- "/var/run/docker.sock:/var/run/docker.sock:ro"
networks: