added container name and fixed image link
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
services:
|
||||
bitwarden:
|
||||
container_name: bitwarden
|
||||
env_file:
|
||||
- settings.env
|
||||
image: ${REGISTRY:-ghcr.io/bitwarden}/self-host:${TAG:-beta}
|
||||
image: ghcr.io/bitwarden/lite
|
||||
networks:
|
||||
- reverse-proxy
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user