mirror of
https://git.verdigado.com/NB-Public/simple-wkd.git
synced 2024-12-05 03:32:49 +01:00
Update docker-compose.yml
:8080//etc/passwd leads no where but lets make openvas happy.
This commit is contained in:
parent
a61f03f412
commit
ae0f067b03
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ services:
|
|||
image: "delta1925/simple-wkd"
|
||||
restart: always
|
||||
ports:
|
||||
- 8080:8080
|
||||
- 127.0.0.1:8080:8080
|
||||
environment:
|
||||
- RUST_LOG=debug
|
||||
volumes:
|
||||
|
@ -14,4 +14,4 @@ services:
|
|||
|
||||
volumes:
|
||||
wkd-data:
|
||||
wkd-logs:
|
||||
wkd-logs:
|
||||
|
|
Loading…
Reference in a new issue