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 07078c3 commit 8fa5852Copy full SHA for 8fa5852
.github/workflows/main.yml
@@ -22,7 +22,7 @@ jobs:
22
sed -i 's|host=qwc-postgis|host=localhost|g' ~/.pg_service.conf
23
sed -i 's|port=5432|port=5439|g' ~/.pg_service.conf
24
sed -Ei "s|^(\s*POSTGRES_PASSWORD:).*$|\1 'waej7WuoOoth0wor'|" docker-compose-example.yml
25
- 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
26
27
- name: Setting up python 3.12
28
uses: actions/setup-python@v5
0 commit comments