Skip to content

Commit

Permalink
Merge branch 'devops/fix-flask-ipv6' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
aapeliv committed Feb 2, 2025
2 parents 42be53a + 53ae2d2 commit 0a83ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/media/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ ENV MEDIA_UPLOAD_LOCATION="/uploads"
ARG version
ENV VERSION=$version

CMD cd src && uwsgi --http 0.0.0.0:5001 --wsgi-file media/server.py --callable app
CMD cd src && uwsgi --http [::]:5001 --wsgi-file media/server.py --callable app

0 comments on commit 0a83ee9

Please sign in to comment.