ddnsclient-deployment/compose.yml

11 lines
250 B
YAML
Raw Permalink Normal View History

2024-11-29 10:10:22 +01:00
services:
ddnsclient:
2024-12-03 09:34:20 +01:00
image: registry.azw27.de/ddnsclient/ddnsclient:latest
2024-11-29 10:10:22 +01:00
network_mode: host
environment:
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
2024-12-03 09:34:20 +01:00
networks: {}