You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
Since the last release for compose v1 was in 2021 and the installation guide heavily recommands to use v2 I expect that pelias works out of the box with docker compose v2.
Environment (please complete the following information):
I'm still getting the error "docker-compose: command not found" when trying to start Pelias on the system with docker-compose v2
# pelias compose pull
/mnt/pelias/osm-deploy/pelias/pelias-docker/cmd/docker.sh: line 20: docker-compose: command not found
# docker compose version
Docker Compose version v2.23.0
Describe the bug
On a system with only docker compose (v2) installed every command fails due to missing support for docker compose (v2)
The line is just an example and can be replaced with every function in
./docker/cmd/docker.sh
Steps to Reproduce
Steps to reproduce the behavior:
pelias compose pull
Expected behavior
Since the last release for compose v1 was in 2021 and the installation guide heavily recommands to use v2 I expect that pelias works out of the box with docker compose v2.
Environment (please complete the following information):
Pastebin/Screenshots
X
Additional context
Before opening a PR with the compsoe v2 commands: I guess commands also should also work with compose v1 (backwards compability)?
References
Related PR: #303
The text was updated successfully, but these errors were encountered: