Add log level env var
This commit is contained in:
parent
9afcf36553
commit
e1406dd4ef
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ services:
|
|||
network_mode: host
|
||||
environment:
|
||||
- QUARKUS_HTTP_PORT=11000
|
||||
- DDNS_LOG_LEVEL=INFO
|
||||
volumes:
|
||||
- ./config.json:/home/jboss/config.json
|
||||
restart: unless-stopped
|
||||
|
|
Loading…
Reference in a new issue