Enable Yubico in Vaultwarden

Hello,

I try to enable 2FA with my Yubikey in Vaultwarden. I recieve this error massage:

I run Vaultwarden on my Synology nas in Docker.
I try to enable the Yubico functions to make a taks in the task scheduler. The script i use is this:

docker run -d --name Vaultwarden
-e YUBICO_CLIENT_ID=****
-e YUBICO_SECRET_KEY=mysecrey
-v /volume1/Docker_Data/Vaultwarden:/data
-p 80:80
vaultwarden/server:latest

It don’t work because the task scheduler give the error the name Vaultwarden is already in use for a container.

We can help me to fix this?

Problem solved. Remove container and run the script.