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
I would like to use docker compose with an alternative project name, similar to the following command from the CLI docker compose --project-name ProjectNameExample up -d
Is there a way to achieve this?
The reason I want this is because I want to reuse an existing volume which is named in this form: <project_name>_<volume_name>
The text was updated successfully, but these errors were encountered:
Hello,
I would like to use docker compose with an alternative project name, similar to the following command from the CLI
docker compose --project-name ProjectNameExample up -d
Is there a way to achieve this?
The reason I want this is because I want to reuse an existing volume which is named in this form: <project_name>_<volume_name>
The text was updated successfully, but these errors were encountered: