ci: update docker test port guidance

This commit is contained in:
Arunavo Ray
2025-10-23 23:16:46 +05:30
parent fb27ddfee5
commit 190e786449

View File

@@ -149,7 +149,7 @@ jobs:
### Pull and Test ### Pull and Test
\`\`\`bash \`\`\`bash
docker pull ${imagePath} docker pull ${imagePath}
docker run -d -p 3000:3000 --name gitea-mirror-test ${imagePath} docker run -d -p 4321:4321 --name gitea-mirror-test ${imagePath}
\`\`\` \`\`\`
### Docker Compose Testing ### Docker Compose Testing
@@ -158,7 +158,7 @@ jobs:
gitea-mirror: gitea-mirror:
image: ${imagePath} image: ${imagePath}
ports: ports:
- "3000:3000" - "4321:4321"
environment: environment:
- BETTER_AUTH_SECRET=your-secret-here - BETTER_AUTH_SECRET=your-secret-here
\`\`\` \`\`\`
@@ -224,4 +224,3 @@ jobs:
continue-on-error: true continue-on-error: true
with: with:
sarif_file: scout-results.sarif sarif_file: scout-results.sarif