Docker compose 2.0 breaks aliases (compose is now a subcommand of docker)
Just noticed this after updating my system.
-
So with v2 it's
docker compose
and notdocker-compose
https://docs.docker.com/compose/cli-command/ -
The container names are like
koha-koha-1
instead ofkoha_koha_1
sokshell
also needs manual adjustment
I wonder if there is a simple fix to have the aliases work for everyone even on older software versions.
note: check if I get an answer about that here: https://bbs.archlinux.org/viewtopic.php?pid=1995261#p1995261
Edited by Victor Grousset/tuxayo