Compare commits

..

No commits in common. "55013326a37f4bb061c2b43ccbee976f2ccc9f6f" and "a1749ba64083f1a487983503d19775de912a8b1a" have entirely different histories.

2 changed files with 1 additions and 1 deletions

View File

View File

@ -11,7 +11,7 @@ services:
NEXT_PUBLIC_GITHUB_URL: ${NEXT_PUBLIC_GITHUB_URL:-}
container_name: ${CONTAINER_NAME:-diyaa}
ports:
- "127.0.0.1:30002:3000"
- "${APP_PORT:-30002}:3000"
environment:
NODE_ENV: ${NODE_ENV:-production}
PORT: 3000