Skip to content

Commit

Permalink
Use the oldest possible Docker-Compose version for better compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
sherifabdlnaby committed Oct 2, 2019
1 parent 7bf33e7 commit 31b79a0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker-compose.monitor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3.7'
version: '3.5'

services:

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.nodes.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3.7'
version: '3.5'

# will contain all elasticsearch data.
volumes:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.setup.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3.7'
version: '3.5'

services:
keystore:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.tools.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3.7'
version: '3.5'

services:
curator:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3.7'
version: '3.5'

# To Join any other app setup using another network, change name and set external = true
networks:
Expand Down

0 comments on commit 31b79a0

Please sign in to comment.