Remove environment variable
This commit is contained in:
parent
1606f8c0a9
commit
0e79b99b0b
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
services:
|
||||
ddnsclient:
|
||||
image: registry.azw27.de/ddnsclient/ddnsclient:latest
|
||||
image: registry.azw27.de/ddnsclient/ddnsclient:latest
|
||||
network_mode: host
|
||||
environment:
|
||||
- QUARKUS_HTTP_PORT=11000
|
||||
- DDNS_LOG_LEVEL=WARN
|
||||
volumes:
|
||||
- ./config.json:/home/jboss/config.json
|
||||
restart: unless-stopped
|
||||
networks: {}
|
||||
|
|
Loading…
Reference in a new issue