Skip to content

Commit

Permalink
Bind web port
Browse files Browse the repository at this point in the history
  • Loading branch information
mhadam committed Nov 5, 2023
1 parent 69c2d6e commit 5f45212
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ services:
command: hypercorn princetonpy.asgi:application --bind 0.0.0.0:8000
volumes:
- princetonpy_prod_backup:/prod_backup
expose:
- 8000
ports:
- "8000:8000"
environment:
- UID=1001
- GID=1001
Expand Down

0 comments on commit 5f45212

Please sign in to comment.