Skip to content

Commit

Permalink
Fix HTTPS mixed content for /admin
Browse files Browse the repository at this point in the history
  • Loading branch information
Uxio0 committed Dec 17, 2024
1 parent e2a2ba9 commit f8daa56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/web/run_web.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ cp -r static/ $DOCKER_SHARED_DIR/
echo "==> $(date +%H:%M:%S) ==> Running migrations..."
alembic upgrade head
echo "==> $(date +%H:%M:%S) ==> Running Uvicorn... "
exec uvicorn app.main:app --host 0.0.0.0 --port 8888 --proxy-headers --uds $DOCKER_SHARED_DIR/uvicorn.socket
exec uvicorn app.main:app --host 0.0.0.0 --port 8888 --proxy-headers --forwarded-allow-ips='*' --uds $DOCKER_SHARED_DIR/uvicorn.socket

0 comments on commit f8daa56

Please sign in to comment.