fix: systemd service should serve on port 7000 to match Docker/setup/README (#1297)
This commit is contained in:
parent
1a763b0539
commit
dc6711b3c5
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ Type=simple
|
|||
# CHANGE THESE to match your user and install path:
|
||||
User=YOURUSER
|
||||
WorkingDirectory=/home/YOURUSER/odysseus-ui
|
||||
ExecStart=/home/YOURUSER/odysseus-ui/venv/bin/uvicorn app:app --port 8000 --host 0.0.0.0
|
||||
ExecStart=/home/YOURUSER/odysseus-ui/venv/bin/uvicorn app:app --port 7000 --host 0.0.0.0
|
||||
Restart=always
|
||||
RestartSec=3
|
||||
EnvironmentFile=-/home/YOURUSER/odysseus-ui/.env
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue