-
Notifications
You must be signed in to change notification settings - Fork 22
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
Directory name needs to be named "docker" #214
Comments
Yes, indeed, excellent finding ! |
I believe that explcitly setting the project's name to |
There are multiple way to set the project name: https://docs.docker.com/compose/project-name/ I'm used to add a
No need to set it on command line on each call. And it could be possible to use docker/docker-compose.override.yml Line 43 in 7c4e381
|
@arnaud-morvan you mean that by setting |
If I understood correctly, pretty sure yes, it will resolve this issue. BTW |
We can't alter the docker compose name, otherwise an existing install will lose all the volumes, as the volumes names are based on the docker compose project name. |
Yes, so be careful that when upgrading some customer projects, if might change compose project name. |
I may miss something :
We might need to provide some communication about such change. Is it possible to not apply this file in customers upgrades ? Available for discussion until this friday evening before my holidays. |
Would rather keep the docker compose project name as "docker" in order to have less friction to the existing users. For the moment, I'm not going to alter this behavior this August. We may reconsider this improvement later in the year. |
Agreed. As such, this repository is not production-ready, and does not have a proper release cycle, hence we are allowed to break things. |
Yes but be careful that some production repositories are forks of this ones, subjects to merge on upgrades. As I said, in most cases those volumes might be overridden using host folders for production, for those I know about. |
hello. |
The directory name needs to be named
docker
and not something else. Or we will have issues for the security proxy routing.Probably related to
@docker
: https://github.com/georchestra/docker/blob/master/docker-compose.override.yml#L43Possible solutions:
The text was updated successfully, but these errors were encountered: