Skip to content

Commit

Permalink
compose: fix nuxt open port
Browse files Browse the repository at this point in the history
  • Loading branch information
mirsella committed Jan 5, 2025
1 parent 253c22f commit ccd5cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ services:
- NUXT_APP_BASE_URL=${NUXT_APP_BASE_URL:-/}
networks:
- app_network
expose:
ports:
- "3000:3000"
depends_on:
- postgres
Expand Down

0 comments on commit ccd5cb5

Please sign in to comment.