Adjust log level of dockersocketproxy to notice
This should prevent another 5gb log file :/
This commit is contained in:
parent
7410e74b23
commit
7c1eca3e16
2 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue