We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0ddb97 commit b3ae8e8Copy full SHA for b3ae8e8
README.md
@@ -35,7 +35,7 @@ python3 manage.py migrate
35
```
36
cat >> /etc/supervisord.conf <<EOF
37
[program:cmdb]
38
-command=python3 startup.py --port=80%(process_num)02d
+command=python3 startup.py --port=90%(process_num)02d
39
process_name=%(program_name)s_%(process_num)02d
40
numprocs=3
41
directory=/var/www/CMDB
0 commit comments