postalserver / docs

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

docker-compose #45

Closed hendrik-brower closed 1 year ago

hendrik-brower commented 1 year ago

Just following along the installation instructions, failed at postal initialize. Looks like docker packages the compose as part of docker and the command line might need to change from:

docker-compose ...

to

docker compose ...

I just made a quick shortcut:

!/bin/bash

docker compose "$@"

seems to work, so suspect its a trivial update to initialize

willpower232 commented 1 year ago

this is not a documentation issue. Have a look at https://github.com/postalserver/install/pull/8