Description
Lets say you create a volume by hand for a good reason - like restore files from a backup or maybe you moved the environment to a different machine. Now you startup you docker compose environment you get the warning above all the time.
The only way to remove the warning (that I know of) is to remove the volume again and create it with the labels docker compose would set.
Warning is overall unnecessary and should be removed.
Steps To Reproduce
- create a docker volume with the compose project name + "_" + volume name
- start up the docker compose environment
- observer warning
Compose Version
Docker Compose version v2.10.2
Docker Environment
No response
Anything else?
No response
Description
Lets say you create a volume by hand for a good reason - like restore files from a backup or maybe you moved the environment to a different machine. Now you startup you docker compose environment you get the warning above all the time.
The only way to remove the warning (that I know of) is to remove the volume again and create it with the labels docker compose would set.
Warning is overall unnecessary and should be removed.
Steps To Reproduce
Compose Version
Docker Environment
No response
Anything else?
No response