Skip to content

Commit b3ae8e8

Browse files
author
yangmv
committed
edit
1 parent c0ddb97 commit b3ae8e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ python3 manage.py migrate
3535
```
3636
cat >> /etc/supervisord.conf <<EOF
3737
[program:cmdb]
38-
command=python3 startup.py --port=80%(process_num)02d
38+
command=python3 startup.py --port=90%(process_num)02d
3939
process_name=%(program_name)s_%(process_num)02d
4040
numprocs=3
4141
directory=/var/www/CMDB

0 commit comments

Comments
 (0)