fixed port
This commit is contained in:
parent
39a8f09232
commit
555a887b4e
@ -14,7 +14,7 @@ Environment=SIDECAR_PORT=8081
|
|||||||
Environment=PATH=/usr/local/bin:/usr/bin:/bin
|
Environment=PATH=/usr/local/bin:/usr/bin:/bin
|
||||||
|
|
||||||
# Executable — adjust path as needed
|
# 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
|
Restart=always
|
||||||
RestartSec=3
|
RestartSec=3
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user