Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
altf4arnold committed Mar 26, 2024
1 parent ee193f6 commit ebb7dfe
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 @@ -5,7 +5,7 @@ services:
build:
context: .
dockerfile: Dockerfile
command: gunicorn tldtest.wsgi:application --bind 0.0.0.0:8000 --timeout 600
command: gunicorn tldtest.wsgi:application --timeout 600
ports:
- 8000:8000
depends_on:
Expand Down

0 comments on commit ebb7dfe

Please sign in to comment.