Skip to content

Commit

Permalink
changed gateway port
Browse files Browse the repository at this point in the history
  • Loading branch information
aradmaleki02 committed Feb 14, 2024
1 parent bd9f691 commit d0623c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ services:
context: gateway
args:
- HOST=0.0.0.0
- PORT=8080
- PORT=8082
ports:
- 8080:8080
- 8082:8082
depends_on:
- zookeeper
env_file:
Expand Down

0 comments on commit d0623c1

Please sign in to comment.