Skip to content

Commit

Permalink
fix: expose $APP_PORT to host system
Browse files Browse the repository at this point in the history
  • Loading branch information
rabdulatipoff committed May 26, 2024
1 parent 53415e0 commit e8a52d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ services:
restart: always
expose:
- $APP_PORT
ports:
- $APP_PORT:$APP_PORT
env_file:
- ./.env
depends_on:
Expand Down

0 comments on commit e8a52d5

Please sign in to comment.