Skip to content

Commit

Permalink
Add the --port command to supervisor when starting the server
Browse files Browse the repository at this point in the history
  • Loading branch information
jschaff committed Nov 25, 2024
1 parent b3b6818 commit 38f740a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/configuration/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ stderr_logfile_maxbytes=0
stderr_logfile_backups=0

[program:python_app]
command=/home/annotator/venv/bin/python -m biothings_annotator --conf=/home/annotator/configuration/default.json
command=/home/annotator/venv/bin/python -m biothings_annotator --conf=/home/annotator/configuration/default.json --port 9001
autorestart=true
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=10MB
Expand Down

0 comments on commit 38f740a

Please sign in to comment.