Skip to content

Commit

Permalink
Bind dev web server port 8001 to host port 8033
Browse files Browse the repository at this point in the history
  • Loading branch information
tmszi committed Mar 16, 2023
1 parent 2d0f3d3 commit 97d37ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
web:
build: .
ports:
- "8033:8000"
- "8033:8001"
links:
- postgres
tty: true
Expand Down

0 comments on commit 97d37ea

Please sign in to comment.