simatec / piler-docker

Mailpiler for Docker
MIT License
32 stars 12 forks source link

New docker compose version #2

Closed netsrot303 closed 1 year ago

netsrot303 commented 1 year ago

Is ist possible to change the install-piler.sh to the newer docker compose version? In my lxc Container the old docker-compose didn't work. (bash: docker-compose: command not found)

simatec commented 1 year ago

What is different in the new docker-compose version? Could not find any difference.

netsrot303 commented 1 year ago

the call is made without hyphen. example : docker compose up -d

simatec commented 1 year ago

Which version should this be, which is executed only without hyphen?

netsrot303 commented 1 year ago

Das ist die Version wenn man über den Paketmanager das docker-compose-plugin installiert. (apt install docker-compose-plugin) Das wird auch in den Mailcow docs so beschrieben. https://docs.mailcow.email/i_u_m/i_u_m_install/#docker-and-docker-compose-installation

IceFlom commented 1 year ago

Genau, das alte docker-compose war in Python geschrieben und wird meines Wissens nicht mehr weiterentwickelt. Vor einiger Zeit wurde daraus ein offizielles Docker Plugin und ist damit direkt über apt installierbar. Der Aufruf ist damit statt docker-compose jetzt docker compose

simatec commented 1 year ago

done in v0.8.1