Skip to content

Commit

Permalink
[INJICERT-456]
Browse files Browse the repository at this point in the history
Updated mimoto url in docker-compose

Signed-off-by: Hitesh C <[email protected]>
  • Loading branch information
jainhitesh9998 committed Nov 19, 2024
1 parent 5076161 commit 6df8aef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose/docker-compose-injistack/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ services:
ports:
- '3010:3010'
environment:
- MIMOTO_HOST=http://mimoto-service:8099
- MIMOTO_HOST=http://mimoto-service:8099/v1/mimoto
- PORT=3010
depends_on:
- mimoto-service
Expand All @@ -87,7 +87,7 @@ services:
ports:
- '3001:3004'
environment:
- MIMOTO_HOST=http://localhost:3010/v1/mimoto
- MIMOTO_HOST=http://localhost:3010
- DEFAULT_LANG=en
depends_on:
- inji-web-proxy
Expand Down

0 comments on commit 6df8aef

Please sign in to comment.