Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create docker-compose.yml #117

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Create docker-compose.yml #117

wants to merge 2 commits into from

Conversation

Kazio73
Copy link

@Kazio73 Kazio73 commented Sep 30, 2022

For iredmail container on portianer.io

@iredmail
Copy link
Owner

iredmail commented Oct 4, 2022

Missing volume: -v /iredmail/data/mailboxes:/var/vmail/vmail1

@JReming85
Copy link

JReming85 commented Oct 5, 2023

I would suggest mounting the environment files instead of listing them in the compose file for easier maintanace

- '/iredmail/iredmail-docker.conf:/iredmail-docker.conf'
Then you can just call it at the end

        image: 'iredmail/mariadb:stable'
	environment:
               - '/iredmail-docker.conf'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants