This commit is contained in:
Ryan Harg 2024-11-29 10:10:22 +01:00
commit 9afcf36553
2 changed files with 10 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
config.json

9
compose.yml Normal file
View file

@ -0,0 +1,9 @@
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