postalserver / docs

📚 Documentation for the Postal mail server!
https://docs.postalserver.io
135 stars 59 forks source link

New docker compose changes #32

Closed agent-squirrel closed 1 year ago

agent-squirrel commented 1 year ago

docker-compose as a separate binary is now not advised by the Docker official documentation.

The new command is a plugin for docker which is called as follows: docker compose

The documentation and install script should be updated to reflect this as currently on systems that have the new docker-compose-plugin installed, the install script fails and needs modifying.

Potentially checking for the existence of either docker-compose or the new plugin may be good way to fix this.