fixed port

This commit is contained in:
Tudorel Oprisan 2026-06-15 13:43:43 +01:00
parent 39a8f09232
commit 555a887b4e

View File

@ -14,7 +14,7 @@ Environment=SIDECAR_PORT=8081
Environment=PATH=/usr/local/bin:/usr/bin:/bin
# Executable — adjust path as needed
ExecStart=/usr/bin/python3 -m uvicorn sidecar.app:app --host 0.0.0.0 --port 8081
ExecStart=/usr/bin/python3 -m uvicorn sidecar.app:app --host 0.0.0.0 --port 8080
Restart=always
RestartSec=3