fix: Compose version due to --build-arg (#5083)

Signed-off-by: koooge <koooooge@gmail.com>
This commit is contained in:
koooge 2020-08-05 11:41:25 +02:00 committed by GitHub
parent d3b639a68a
commit f56f4c4899
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
version: '3'
version: '2.2'
services:
redash:
build: ../

View File

@ -1,4 +1,4 @@
version: '3'
version: '2.2'
services:
server:
build: ../

View File

@ -1,6 +1,6 @@
# This configuration file is for the **development** setup.
# For a production example please refer to getredash/setup repository on GitHub.
version: "2"
version: "2.2"
x-redash-service: &redash-service
build:
context: .