Skip to content

Commit 66ffd67

Browse files
committed
update readme
1 parent 21c9499 commit 66ffd67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The type of containers are lxc containers
55
# lxc-proxmox-http-api-create-containers
66

77

8-
gunicorn -w 4 -b 0.0.0.0:4000 "app:create_app()" --daemon
8+
gunicorn -w 4 -b 0.0.0.0:4000 -b 0.0.0.0:80 "app:create_app()" --daemon
99

1010
To kill / stop
1111
killall gunicorn

0 commit comments

Comments
 (0)