Change port as port 8005 is used by guacamole
This commit is contained in:
parent
d0a889daaa
commit
11f941569f
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ services:
|
||||||
depends_on:
|
depends_on:
|
||||||
- broker
|
- broker
|
||||||
ports:
|
ports:
|
||||||
- 8005:8000
|
- 8010:8000
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-fs", "-S", "--max-time", "2", "http://localhost:8000"]
|
test: ["CMD", "curl", "-fs", "-S", "--max-time", "2", "http://localhost:8000"]
|
||||||
interval: 30s
|
interval: 30s
|
||||||
|
|
Loading…
Add table
Reference in a new issue