diff --git a/compose.yml b/compose.yml index 49fb5ce..0ec451a 100644 --- a/compose.yml +++ b/compose.yml @@ -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