We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a87258 commit 0d5345bCopy full SHA for 0d5345b
.github/workflows/linux.yml
@@ -124,12 +124,12 @@ jobs:
124
sed -i \
125
-e 's|^WEB_HTTP_PORT=80$|WEB_HTTP_PORT=8080|' \
126
-e 's|^WEB_HTTPS_PORT=443$|WEB_HTTPS_PORT=8443|' \
127
- -e 's|^MINIO_BROWSER_PORT=8010$|MINIO_BROWSER_PORT=8013|' \
+ -e 's|^OBJECT_STORAGE_BROWSER_PORT=8010$|OBJECT_STORAGE_BROWSER_PORT=8013|' \
128
-e 's|^DEBUG_APP_DEBUGPY_PORT=5678$|DEBUG_APP_DEBUGPY_PORT=""|' \
129
-e 's|^DEBUG_WORKER_WRAPPER_DEBUGPY_PORT=5679$|DEBUG_WORKER_WRAPPER_DEBUGPY_PORT=""|' \
130
.env
131
132
- docker compose -p qfc up -d db minio memcached mkcert
+ docker compose -p qfc up -d db rustfs memcached mkcert
133
134
echo "Waiting for database..."
135
for i in $(seq 1 30); do
0 commit comments