ddnsclient-deployment/compose.yml
2024-11-29 12:09:09 +01:00

10 lines
270 B
YAML

services:
ddnsclient:
image: registry.azw27.de/ddnsclient/ddnsclient:latest
network_mode: host
environment:
- QUARKUS_HTTP_PORT=11000
- DDNS_LOG_LEVEL=INFO
volumes:
- ./config.json:/home/jboss/config.json
restart: unless-stopped