apparently docker-compose requires `--no-build` and `--pull never` now
kevinross opened this issue · 2 comments
kevinross commented
Hey there,
I just updated my installation and found that neither the api nor identity container were running after everything finished, despite recreating the override as I usually do. I was able to get everything running again by including --no-build
and --pull never
in the docker-compose up
command (ran it manually from /opt/bitwarden/bwdata/docker
).
GieltjE commented
Are you manually creating the override?
kevinross commented
Automatically regenerating it with every update.