Shadowghost / mailcow-mailman3-dockerized

Mailcow combined with Mailman3
35 stars 3 forks source link

Convert running mailcow #1

Closed Paktosan closed 6 years ago

Paktosan commented 6 years ago

Hello, today I tried to convert my running mailcow but failed. Can you give an explanation on how to do it?

Shadowghost commented 6 years ago

I'll write a little documentation if I have some time today. In short you clone this repo, create the config file, copy the old values from your existing install, change the project name within .env back to mailcow-dockerized and run docker-compose pull && docker-compose up -d. Don't forget to shut down your existing containers before.

Shadowghost commented 6 years ago

Migration explanation is added. Keep in mind that this project is still somehow experimental and some things may not work.