[docs] Add docker-compose version to example (#13006)

This commit is contained in:
Jonathan Budzenski 2017-08-01 00:47:21 -05:00 committed by Toby McLaughlin
parent 18f8455711
commit 99a991b783

View file

@ -50,6 +50,7 @@ With +docker-compose+, the bind-mount can be specified like this:
["source","yaml",subs="attributes"]
--------------------------------------------
version: '3'
services:
kibana:
image: {docker-image}
@ -86,6 +87,7 @@ These variables can be set with +docker-compose+ like this:
["source","yaml",subs="attributes"]
----------------------------------------------------------
version: '3'
services:
kibana:
image: {docker-image}