Skip to content

Commit fa18d6b

Browse files
authored
update bitwarden/self-host image version (#333)
1 parent 6ad9b7a commit fa18d6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1+
name: v2025.4.1
12
services:
23
bitwarden:
34
depends_on:
45
- db
56
env_file:
67
- .env
7-
image: bitwarden/self-host:2025.2.1-beta # https://github.com/bitwarden/self-host/releases
8+
image: ghcr.io/bitwarden/self-host:2025.4.1-beta # https://github.com/bitwarden/self-host/releases
89
restart: always
910
ports:
1011
- ${VAULT_HOST_PORT}:8443

0 commit comments

Comments
 (0)