setup.sh aktualisiert

This commit is contained in:
2026-03-12 15:58:35 +00:00
parent cdf9f1d34c
commit 15e04d54dc

View File

@@ -233,7 +233,7 @@ After=network.target
User=$USER
WorkingDirectory=$INSTALL_DIR
Environment=\"PYTHONPATH=$INSTALL_DIR/source\"
ExecStart=$INSTALL_DIR/venv/bin/python -m uvicorn source.main:app --host 0.0.0.0 --port 8000
ExecStart=$INSTALL_DIR/venv/bin/python -m uvicorn source.main:app --host 0.0.0.0 --port 8000 --proxy-headers
Restart=always
RestartSec=5