1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-03 00:52:49 -05:00

default to beta tag in example file (#2472)

This commit is contained in:
Kyle Spearrin
2022-12-05 20:43:57 -05:00
committed by GitHub
parent a98a5d8dc6
commit 3fd7bda65b

View File

@ -7,7 +7,7 @@ services:
- db - db
env_file: env_file:
- settings.env - settings.env
image: ${REGISTRY:-bitwarden}/self-host:${TAG:-latest} image: ${REGISTRY:-bitwarden}/self-host:${TAG:-beta}
restart: always restart: always
ports: ports:
- "80:80" - "80:80"