Initial
This commit is contained in:
commit
9afcf36553
2 changed files with 10 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
config.json
|
9
compose.yml
Normal file
9
compose.yml
Normal 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
|
Loading…
Reference in a new issue