관리자 페이지 IP 허용 목록 적용

This commit is contained in:
DESKTOP-KSVGT20\shkim
2026-05-17 10:54:19 +09:00
parent 290cebd2cc
commit 0b05bd4fb4
3 changed files with 52 additions and 0 deletions
+1
View File
@@ -11,6 +11,7 @@ UPLOAD_DIR="/volume2/AKA Drive/사진 받기"
-p 18082:8080 \
--env-file "$APP_DIR/.env" \
-e PUBLIC_BASE_URL="https://photoreq.mokaya.org" \
-e ADMIN_ALLOWED_IPS="${ADMIN_ALLOWED_IPS:-112.159.64.27,192.168.219.100}" \
-e MAX_FIELDS_SIZE_MB="2" \
-v "$APP_DIR/data:/data" \
-v "$UPLOAD_DIR:/uploads" \