ci: isolate compose host port

This commit is contained in:
2026-09-16 14:02:50 +08:00
parent 0a013ffd47
commit 5edccd8c3f
@@ -122,6 +122,7 @@ jobs:
- name: Compose configuration and image gate
run: |
set -Eeuo pipefail
export CREATORHUB_PORT=18080
trap 'docker compose down' EXIT
docker compose config --quiet
docker compose -f compose.yaml -f compose.dev.yaml config --quiet