We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9badcc3 commit 0ac83e8Copy full SHA for 0ac83e8
1 file changed
docker-compose.yml
@@ -1,11 +1,11 @@
1
-name: v2026-06-01
+name: v2026-05-00
2
services:
3
bitwarden:
4
depends_on:
5
- db
6
env_file:
7
- .env
8
- image: ghcr.io/bitwarden/lite@sha256:01181904fd02020dbc4d0598dd31a153b3784abd8a4d3ac9099fc1a939a58e6e # 2026.6.1
+ image: ghcr.io/bitwarden/lite:2026.5.0
9
restart: "no"
10
ports:
11
- ${VAULT_HOST_PORT}:8443
@@ -21,7 +21,7 @@ services:
21
MARIADB_PASSWORD: ${BW_DB_PASSWORD}
22
MARIADB_DATABASE: ${BW_DB_DATABASE}
23
MARIADB_RANDOM_ROOT_PASSWORD: "true"
24
- image: mariadb@sha256:b1c7bf836e64ed9406a8984af29509f40089d55cea14b32f12c4726a1f17104b # 12
+ image: mariadb:12 # 12
25
26
volumes:
27
- data:/var/lib/mysql
0 commit comments