mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[docs] Add docker-compose version to example (#13006)
This commit is contained in:
parent
18f8455711
commit
99a991b783
1 changed files with 2 additions and 0 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue