mautic / docker-mautic

Docker Image for Mautic
https://www.mautic.org
353 stars 268 forks source link

Define network to prevent overlap / name collision with other running projects #266

Closed mollux closed 5 months ago

mollux commented 5 months ago

This PR ensures there is a defined network that interlinks all services. This is needed to prevent collisions where e.g. another service named db is used when Mautic is testing it's connection.

This PR creates a network per example, with a name based on the Docker Compose project name

seljuck commented 5 months ago

This PR solved the issue with me adding my external reverse proxy network.

This PR ensures there is a defined network that interlinks all services. This is needed to prevent collisions where e.g. another service named db is used when Mautic is testing it's connection.

This PR creates a network per example, with a name based on the Docker Compose project name