1
0
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:
Kyle Spearrin
2018-08-30 23:32:18 -04:00
parent edac914ebd
commit 477d665104
4 changed files with 26 additions and 11 deletions

View File

@ -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: