Change port as port 8005 is used by guacamole

This commit is contained in:
Robert Middleswarth 2022-08-09 21:57:57 -04:00
parent d0a889daaa
commit 11f941569f

View file

@ -14,7 +14,7 @@ services:
depends_on:
- broker
ports:
- 8005:8000
- 8010:8000
healthcheck:
test: ["CMD", "curl", "-fs", "-S", "--max-time", "2", "http://localhost:8000"]
interval: 30s