Skip to content

Commit

Permalink
Merge pull request #19 from tldtest/troubleshooting8000
Browse files Browse the repository at this point in the history
trying to bind to local container only
  • Loading branch information
altf4arnold authored Apr 1, 2024
2 parents a91c651 + 4050075 commit 2796a1f
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 @@ -7,7 +7,7 @@ services:
dockerfile: Dockerfile
command: gunicorn tldtest.wsgi:application -b 0.0.0.0:8000 --timeout 600
ports:
- 8000:8000
- "127.0.0.1:8000:8000"
depends_on:
- db
db:
Expand Down

0 comments on commit 2796a1f

Please sign in to comment.