Skip to content
Snippets Groups Projects
Commit 52408e89 authored by Felix Chadwick-Smith's avatar Felix Chadwick-Smith
Browse files

added 8080 to gunicorn_config

parent 36ae4a56
Branches
No related tags found
1 merge request!5Master
workers = 4 # You can adjust this based on your needs
bind = "0.0.0.0:5000" # Adjust the port if needed
bind = "0.0.0.0:8080" # Adjust the port to match your Flask app
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment