Skip to content

Commit

Permalink
fix backend port
Browse files Browse the repository at this point in the history
  • Loading branch information
dvrkni committed Nov 18, 2023
1 parent 285b822 commit 2708dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
context: .
dockerfile: cmd/server/Dockerfile
ports:
- "443:8443"
- "10443:8443"
depends_on:
db:
condition: service_healthy
Expand Down

0 comments on commit 2708dd1

Please sign in to comment.