We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21c9499 commit 66ffd67Copy full SHA for 66ffd67
README.md
@@ -5,7 +5,7 @@ The type of containers are lxc containers
5
# lxc-proxmox-http-api-create-containers
6
7
8
-gunicorn -w 4 -b 0.0.0.0:4000 "app:create_app()" --daemon
+gunicorn -w 4 -b 0.0.0.0:4000 -b 0.0.0.0:80 "app:create_app()" --daemon
9
10
To kill / stop
11
killall gunicorn
0 commit comments