2024-11-29 10:10:22 +01:00
|
|
|
services:
|
|
|
|
ddnsclient:
|
|
|
|
image: registry.azw27.de/ddnsclient/ddnsclient:latest
|
|
|
|
network_mode: host
|
|
|
|
environment:
|
|
|
|
- QUARKUS_HTTP_PORT=11000
|
2024-11-29 14:40:34 +01:00
|
|
|
- DDNS_LOG_LEVEL=WARN
|
2024-11-29 10:10:22 +01:00
|
|
|
volumes:
|
|
|
|
- ./config.json:/home/jboss/config.json
|
|
|
|
restart: unless-stopped
|