diff --git a/compose.yml b/compose.yml index 0ec451a..90f40d8 100644 --- a/compose.yml +++ b/compose.yml @@ -4,7 +4,7 @@ services: network_mode: host environment: - QUARKUS_HTTP_PORT=11000 - - DDNS_LOG_LEVEL=INFO + - DDNS_LOG_LEVEL=WARN volumes: - ./config.json:/home/jboss/config.json restart: unless-stopped