mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Update LOG_LEVEL to debug in docker-compose.yml in db tests
This commit is contained in:
parent
e665126797
commit
c2103f605e
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ services:
|
|||
- ./init/plugins:/data/plugins
|
||||
environment:
|
||||
DOCKER_HOST: "tcp://bw-docker:2375"
|
||||
LOG_LEVEL: "info"
|
||||
LOG_LEVEL: "debug"
|
||||
# ? DATABASE settings
|
||||
DATABASE_URI: "sqlite:////var/lib/bunkerweb/db.sqlite3"
|
||||
networks:
|
||||
|
|
|
|||
Loading…
Reference in a new issue