mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 08:32:50 -05:00
compose version config variable
This commit is contained in:
@ -3,12 +3,12 @@
|
||||
#
|
||||
#########################################################################
|
||||
# WARNING: This file is generated. Do not make changes to this file. #
|
||||
# They will be overwritten on update. If you want to make additions to #
|
||||
# They will be overwritten on update. If you want to make additions to #
|
||||
# this file, you can create a `docker-compose.override.yml` file in the #
|
||||
# same directory and it will be merged into this file at runtime. #
|
||||
# same directory and it will be merged into this file at runtime. #
|
||||
#########################################################################
|
||||
|
||||
version: '3'
|
||||
version: '{{{ComposeVersion}}}'
|
||||
|
||||
services:
|
||||
mssql:
|
||||
|
Reference in New Issue
Block a user