Remove environment variable

This commit is contained in:
Ryan Harg 2024-12-03 09:34:20 +01:00
parent 1606f8c0a9
commit 0e79b99b0b

View file

@ -3,8 +3,8 @@ services:
image: registry.azw27.de/ddnsclient/ddnsclient:latest image: registry.azw27.de/ddnsclient/ddnsclient:latest
network_mode: host network_mode: host
environment: environment:
- QUARKUS_HTTP_PORT=11000
- DDNS_LOG_LEVEL=WARN - DDNS_LOG_LEVEL=WARN
volumes: volumes:
- ./config.json:/home/jboss/config.json - ./config.json:/home/jboss/config.json
restart: unless-stopped restart: unless-stopped
networks: {}