Skip to content

Commit db35995

Browse files
author
Florian Engelhardt
committed
moved services to lower ports, so port 8000 is free for the api
1 parent 294c683 commit db35995

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ services:
44
build:
55
context: ./products
66
ports:
7-
- "8000:3000"
7+
- "8001:3000"
88
networks:
99
- microservices
1010
review-service:
1111
build:
1212
context: ./reviews
1313
ports:
14-
- "8001:3000"
14+
- "8002:3000"
1515
networks:
1616
- microservices
1717
networks:

0 commit comments

Comments
 (0)