Add photoreq admin allowed IP

This commit is contained in:
Codex
2026-06-01 10:28:54 +09:00
parent 8aec7abd01
commit 14f7f33023
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -11,7 +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,192.168.219.1}" \
-e ADMIN_ALLOWED_IPS="${ADMIN_ALLOWED_IPS:-112.159.64.27,162.12.184.41,192.168.219.100,192.168.219.1}" \
-e MAX_FIELDS_SIZE_MB="2" \
-v "$APP_DIR/data:/data" \
-v "$UPLOAD_DIR:/uploads" \