diff --git a/compose.yml b/compose.yml index 90f40d8..c47e9e6 100644 --- a/compose.yml +++ b/compose.yml @@ -1,10 +1,10 @@ services: ddnsclient: - image: registry.azw27.de/ddnsclient/ddnsclient:latest + image: registry.azw27.de/ddnsclient/ddnsclient:latest network_mode: host environment: - - QUARKUS_HTTP_PORT=11000 - DDNS_LOG_LEVEL=WARN volumes: - ./config.json:/home/jboss/config.json restart: unless-stopped +networks: {}