fix port
This commit is contained in:
parent
d714f5d8a7
commit
b7011962be
@ -18,7 +18,7 @@ After=network.target
|
|||||||
User=scodoc
|
User=scodoc
|
||||||
Group=scodoc
|
Group=scodoc
|
||||||
WorkingDirectory=/opt/installmgr
|
WorkingDirectory=/opt/installmgr
|
||||||
Environment=FLASK_RUN_PORT=8010
|
Environment=FLASK_RUN_PORT=5010
|
||||||
ExecStart=/opt/installmgr/venv/bin/gunicorn -b localhost:8010 -w 1 installmgr:app
|
ExecStart=/opt/installmgr/venv/bin/gunicorn -b localhost:8010 -w 1 installmgr:app
|
||||||
Restart=always
|
Restart=always
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user