Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
petriichuk committed Dec 30, 2023
1 parent 4dce6c9 commit 7b9a219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ services:
web:
container_name: u1_web
ports:
- "80:8050"
- "8000:8050"
image: "${BE_IMAGE}"
command: gunicorn u1django.wsgi:application --bind 0.0.0.0:8050 --workers=1 --timeout=60

0 comments on commit 7b9a219

Please sign in to comment.