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

Ports in conflict, no way to overwrite them with docker-compose.override.yml #86

Open
renestalder opened this issue Apr 24, 2024 · 0 comments

Comments

@renestalder
Copy link

When dde System containers have ports in conflict with other programs, there is currently no way to change them with docker-compose.override.yml due to the nature how the YAML arrays will be merged in this case.

The only solution in case of port conflicts, is to either kill the software that is using the same port as the dde service (not possible in my case), or to deactivate the dde system service all together with following lines in the docker-compose.override.yml:

Example for Mailcrab:

services:
    mailcrab:
        deploy:
            replicas: 0 # disables mailcrab as port is in conflict with protonmail bridge

According to other people, the PR #38 might make that possible, but is stale since a while ago.

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

No branches or pull requests

1 participant