doing a docker compose up -d I get the following warning and error message. Deleting all containers / volumes make the error disappear (obviously)
WARN[0466] volume "ovos_vosk" already exists but was created for project "ovos" (expected "compose"). Use `external: true` to use an existing volume
WARN[0466] volume "ovos_nltk" already exists but was created for project "ovos" (expected "compose"). Use `external: true` to use an existing volume
WARN[0466] volume "ovos_listener_records" already exists but was created for project "ovos" (expected "compose"). Use `external: true` to use an existing volume
WARN[0466] volume "ovos_models" already exists but was created for project "ovos" (expected "compose"). Use `external: true` to use an existing volume
[+] Running 0/0
⠋ Container ovos_messagebus Creating 0.0s
⠋ Container ovos_cli Creating 0.0s
Error response from daemon: Conflict. The container name "/ovos_cli" is already in use by container "57513d619d519c3a8b1bacb8479a69fbad920864dd5ff49a1c43f3b6a7de06ec". You have to remove (or rename) that container to be able to reuse that name.
doing a
docker compose up -d
I get the following warning and error message. Deleting all containers / volumes make the error disappear (obviously)docker info: