Skip to content

Commit

Permalink
quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
i3rotlher committed Aug 21, 2023
1 parent e8ae8f5 commit 803dad5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
- IMAGE_NAME=seed-test-backend:latest
image: seed-test-backend:latest
ports:
- "${BACKENDPORT}:${BACKENDPORT}"
- "8080:8080"
container_name: "Seed-backend"
depends_on:
- seedmongodb
Expand All @@ -41,7 +41,7 @@ services:
- IMAGE_NAME=seed-test-frontend:latest
image: seed-test-frontend:latest
ports:
- "${FRONTENDPORT}:${FRONTENDPORT}"
- "4200:4200"
container_name: "Seed-frontend"
depends_on:
- backend
Expand Down

0 comments on commit 803dad5

Please sign in to comment.