Configurable log level: ENV + cmd

This commit is contained in:
Einar Forselv
2019-12-04 00:31:13 +01:00
parent 4ad575cfe3
commit 947a56b21e
3 changed files with 31 additions and 6 deletions

View File

@@ -4,6 +4,8 @@ services:
build: .
env_file:
- restic_compose_backup.env
# environment:
# - LOG_LEVEL=error
volumes:
# Map in docker socket
- /var/run/docker.sock:/tmp/docker.sock:ro