You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every container which is starting up by docker compose command will generate a custom name based on folder/project name. Expect the mailpit container.
This will conflict e.g. if you running multiple instances of pimcore on one machine or have an already standalone instance of mailpit running.
Improvement: Remove container_name directive from docker-compose.yaml file.
The mailpit service is referenced by its service name which is mailpit - for every setup - not by its container name.
The text was updated successfully, but these errors were encountered:
Improvement description
Every container which is starting up by docker compose command will generate a custom name based on folder/project name. Expect the mailpit container.
This will conflict e.g. if you running multiple instances of pimcore on one machine or have an already standalone instance of mailpit running.
Improvement: Remove container_name directive from docker-compose.yaml file.
The mailpit service is referenced by its service name which is mailpit - for every setup - not by its container name.
The text was updated successfully, but these errors were encountered: