Stop capturing logs for containers I don't care about

This commit is contained in:
Jake Howard
2022-06-20 21:25:13 +01:00
parent 0d5913ce3c
commit cf763d07f2
3 changed files with 10 additions and 0 deletions

View File

@ -22,3 +22,5 @@ services:
- EXEC=1
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
logging:
driver: none