From b7011962bec8749d4d9b0a66487c4798a09fc818 Mon Sep 17 00:00:00 2001 From: Emmanuel Viennet Date: Sat, 18 Sep 2021 18:03:37 +0200 Subject: [PATCH] fix port --- etc/installmgr.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/installmgr.service b/etc/installmgr.service index 92c8746..1f61a5d 100644 --- a/etc/installmgr.service +++ b/etc/installmgr.service @@ -18,7 +18,7 @@ After=network.target User=scodoc Group=scodoc 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 Restart=always