✅ The version of "docker-compose.yml" is obsolete and website not responding

Good day

Perform the configuration “Despliegue Estándar de Linux | Bitwarden Centro de ayuda

with the following version of ubuntu server:
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.3 LTS
Release: 22.04
Codename: jammy

With my own certificates:
ca.crt certificado.pfx certificate.crt private.key

But when starting the service the following error appears:

WARN[0000] /opt/bitwarden/bwdata/docker/docker-compose.yml: version is obsolete

My “docker-compose.yml” file is:

version: ‘2.26.1’

Any idea how to solve it?
It is already in the latest possible version of docker-compose

stay tuned
thank you

Me, too.

Except it doesn’t seem to affect my self-hosted Linux server.

If y am not mistaken, it is not the version number that is obsolet, but the presence of the version parameter in the docker-compose.yml.

you juste need to remove the line with the version. (docker, starting with the latest version try to figure out witch version to use, depending of the options use in the file)

This was reported with "WARN docker-compose.yml: `version` is obsolete" when starting or stopping bitwarden · Issue #232 · bitwarden/self-host · GitHub and has been resolved with Remove ComposeVersion from template by mimartin12 · Pull Request #3972 · bitwarden/server · GitHub. The changes will be included in a future release.

Closing this request now.