10 lines
242 B
YAML
10 lines
242 B
YAML
|
services:
|
||
|
ddnsclient:
|
||
|
image: registry.azw27.de/ddnsclient/ddnsclient:latest
|
||
|
network_mode: host
|
||
|
environment:
|
||
|
- QUARKUS_HTTP_PORT=11000
|
||
|
volumes:
|
||
|
- ./config.json:/home/jboss/config.json
|
||
|
restart: unless-stopped
|