Hi everyone,
I’m experiencing an issue with Bitwarden installation on a Debian server following the official documentation. During the setup, everything appeared to go smoothly with ./bitwarden.sh install
, with no errors reported. However, when I attempt to start Bitwarden with ./bitwarden.sh start
, I encounter the following errors:
ERROR: The Compose file '/home/koal_admin/bwdata/docker/docker-compose.yml' is invalid because:
Unsupported config option for networks: 'default'
Unsupported config option for services: 'icons'
ERROR: The Compose file '/home/koal_admin/bwdata/docker/docker-compose.yml' is invalid because:
Unsupported config option for networks: 'default'
Unsupported config option for services: 'notifications'
Has anyone encountered this error before, or could provide guidance on what might be causing it? Any help on resolving this would be much appreciated.
Thanks!