This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new e8af852  SUPERSET-7: Docker compose config version breaks on Ubuntu 
16.04 (#7359)
e8af852 is described below

commit e8af852e672499cb91d4a5d37526536a15aac0d8
Author: Andrew Musselman <[email protected]>
AuthorDate: Wed Apr 24 11:47:07 2019 -0700

    SUPERSET-7: Docker compose config version breaks on Ubuntu 16.04 (#7359)
---
 contrib/docker/docker-compose.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/docker/docker-compose.yml 
b/contrib/docker/docker-compose.yml
index b4d3f18..cd9b31e 100644
--- a/contrib/docker/docker-compose.yml
+++ b/contrib/docker/docker-compose.yml
@@ -14,7 +14,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
-version: '3'
+version: '2'
 services:
   redis:
     image: redis:3.2

Reply via email to