querylab / lazywarden

Automatic Bitwarden Backup
https://lazywarden.com
MIT License
611 stars 15 forks source link

Remove `version` from docker-compose.yml #3

Closed Zoobdude closed 1 month ago

Zoobdude commented 1 month ago

When running the container via the docker-compose.yml this error is given:

the attribute version is obsolete, it will be ignored, please remove it to avoid potential confusion

Reference in the compose-spec

querylab commented 1 month ago

Thanks, Zoobdude, for pointing that out. I didn't realize that the key version is deprecated and is already being ignored by Docker Compose in recent versions. I've updated the file to reflect this.

I really appreciate your help