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 4a9d52a commit a120eadCopy full SHA for a120ead
.github/workflows/main.yml
@@ -24,7 +24,7 @@ jobs:
24
sed -i 's|qwc-qgis-server|localhost:8001|' volumes/config/default/featureInfoConfig.json
25
sed -i -e 's|# ports:|ports:|g' -e 's|# - "127.0.0.1| - "127.0.0.1|g' docker-compose-example.yml
26
sed -Ei "s|^(\s*POSTGRES_PASSWORD:).*$|\1 'waej7WuoOoth0wor'|" docker-compose-example.yml
27
- 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 -d qwc-postgis qwc-config-db-migrate qwc-qgis-server
28
29
- name: Setting up python 3.12
30
uses: actions/setup-python@v5
0 commit comments