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 517a123 commit 8c6f1f6Copy full SHA for 8c6f1f6
.github/workflows/main.yml
@@ -28,7 +28,7 @@ jobs:
28
cp ../tests/testdata/{wfs_test.gpkg,wfs_test.qgs} volumes/qgs-resources/scan/
29
# Temporarily upgrade to qwc-base-db-migrate:latest
30
sed -i 's|image: sourcepole/qwc-base-db-migrate:latest-2025-lts|image: sourcepole/qwc-base-db-migrate:latest|' docker-compose-example.yml
31
- docker compose -f docker-compose-example.yml up -d qwc-postgis qwc-config-db-migrate qwc-qgis-server
+ docker compose -f docker-compose-example.yml up qwc-postgis qwc-config-db-migrate qwc-qgis-server
32
33
- name: Setting up Python
34
uses: actions/setup-python@v5
0 commit comments