mirror of
https://github.com/valitydev/redash.git
synced 2024-11-06 09:05:17 +00:00
fix: Compose version due to --build-arg (#5083)
Signed-off-by: koooge <koooooge@gmail.com>
This commit is contained in:
parent
d3b639a68a
commit
f56f4c4899
@ -1,4 +1,4 @@
|
||||
version: '3'
|
||||
version: '2.2'
|
||||
services:
|
||||
redash:
|
||||
build: ../
|
||||
|
@ -1,4 +1,4 @@
|
||||
version: '3'
|
||||
version: '2.2'
|
||||
services:
|
||||
server:
|
||||
build: ../
|
||||
|
@ -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: .
|
||||
|
Loading…
Reference in New Issue
Block a user