Skip to content

Commit

Permalink
Adapt CI: docker-compose -> docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Aug 15, 2024
1 parent 1c975fc commit e578e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
sed -i 's|host=qwc-postgis|host=localhost|g' ~/.pg_service.conf
sed -i 's|port=5432|port=5439|g' ~/.pg_service.conf
sed -Ei "s|^(\s*POSTGRES_PASSWORD:).*$|\1 'waej7WuoOoth0wor'|" docker-compose-example.yml
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
- name: Setting up Python
uses: actions/setup-python@v5
Expand Down

0 comments on commit e578e02

Please sign in to comment.