Skip to content

Commit

Permalink
fix some port conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexejhero committed Jun 10, 2024
1 parent 108ff0b commit d790e5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
build: ebs
restart: unless-stopped
ports:
- 8080:3000
- 8081:3000
depends_on:
- db
- logger
Expand All @@ -20,7 +20,7 @@ services:
build: logger
restart: unless-stopped
ports:
- 8081:3000
- 8082:3000
depends_on:
- db
environment:
Expand Down

0 comments on commit d790e5b

Please sign in to comment.