Skip to content

Commit

Permalink
Change the required Docker Compose version to 3.2 (#4059)
Browse files Browse the repository at this point in the history
With the default Docker installed from sources on Ubuntu 19.04 it failed starting the project when asking for Compose version 3.7, but everything worked fine with 3.2.
  • Loading branch information
arikfr authored Aug 12, 2019
1 parent 685b536 commit aceea65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This configuration file is for the **development** setup.
# For a production example please refer to setup/docker-compose.yml.
version: '3.7'
version: '3.2'
services:
server:
build: .
Expand Down

0 comments on commit aceea65

Please sign in to comment.