Compare commits

..
2 Commits
Author SHA1 Message Date
diyaa 55013326a3 add .conf for nginx 2026-03-15 20:42:02 +01:00
diyaa 838e535650 fix docker port 2026-03-15 20:22:28 +01:00
2 changed files with 1 additions and 1 deletions
View File
+1 -1
View File
@@ -11,7 +11,7 @@ services:
NEXT_PUBLIC_GITHUB_URL: ${NEXT_PUBLIC_GITHUB_URL:-}
container_name: ${CONTAINER_NAME:-diyaa}
ports:
- "${APP_PORT:-30002}:3000"
- "127.0.0.1:30002:3000"
environment:
NODE_ENV: ${NODE_ENV:-production}
PORT: 3000