mirror of
https://github.com/bitwarden/server
synced 2025-12-22 11:13:27 +00:00
default to beta tag in example file (#2472)
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user