Skip to content

Commit

Permalink
chore: remove 8000 port mapping for prod
Browse files Browse the repository at this point in the history
  • Loading branch information
abu271 committed Dec 27, 2024
1 parent 5897c11 commit 751fac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
api:
image: devchem/octo:bookapi_v{{api_version}}
ports:
- "8000:8000"
- "8000"
command: >
sh -c "python manage.py migrate &&
python manage.py runserver 0.0.0.0:8000"
Expand Down

0 comments on commit 751fac9

Please sign in to comment.