1
0
mirror of https://github.com/krislamo/graylog_demo synced 2025-10-23 13:28:33 +00:00

Install docker-compose

This commit is contained in:
2020-01-22 10:20:11 -05:00
parent 690d72e219
commit 1248d921b5
2 changed files with 41 additions and 0 deletions

3
Vagrantfile vendored
View File

@@ -17,4 +17,7 @@ Vagrant.configure("2") do |config|
SHELL
# Install newest docker-compose
config.vm.provision "shell", path: "install-compose.sh"
end