mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
default to beta tag in example file (#2472)
This commit is contained in:
parent
a98a5d8dc6
commit
3fd7bda65b
@ -7,7 +7,7 @@ services:
|
||||
- db
|
||||
env_file:
|
||||
- settings.env
|
||||
image: ${REGISTRY:-bitwarden}/self-host:${TAG:-latest}
|
||||
image: ${REGISTRY:-bitwarden}/self-host:${TAG:-beta}
|
||||
restart: always
|
||||
ports:
|
||||
- "80:80"
|
||||
|
Loading…
Reference in New Issue
Block a user