Skip to content

Commit

Permalink
Merge pull request #20 from zeroject/development
Browse files Browse the repository at this point in the history
fix for docker compose
  • Loading branch information
zeroject authored Feb 29, 2024
2 parents 307e10b + 9479dde commit 3e6748c
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 3e6748c

Please sign in to comment.