ddnsclient-deployment/compose.yml

10 lines
250 B
YAML

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