Skip to content

Commit

Permalink
Merge pull request #19 from zeroject/fix-for-docker-compose
Browse files Browse the repository at this point in the history
Update docker-compose.yml
  • Loading branch information
zeroject authored Feb 29, 2024
2 parents 1c80545 + 7acb96a commit 9479dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
authservice:
build:
context: .
dockerfile: AuthenticationService\Dockerfile
dockerfile: AuthenticationService/Dockerfile
ports:
- "8081:8080"
- "8082:8081"
Expand Down

0 comments on commit 9479dde

Please sign in to comment.