mirror of
https://github.com/krislamo/graylog_demo
synced 2024-11-09 21:50:35 +00:00
Reorganize docker-compose files
This commit is contained in:
parent
5fd590d856
commit
96e1884038
5
Vagrantfile
vendored
5
Vagrantfile
vendored
@ -57,8 +57,9 @@ Vagrant.configure("2") do |config|
|
||||
# Start compose services
|
||||
config.vm.provision "shell", inline: <<-SHELL
|
||||
cd /vagrant
|
||||
/usr/local/bin/docker-compose -f graylog.yml up -d 2> /dev/null
|
||||
/usr/local/bin/docker-compose -f wordpress.yml up -d 2> /dev/null
|
||||
/usr/local/bin/docker-compose up -d 2> /dev/null
|
||||
cd /vagrant/wordpress
|
||||
/usr/local/bin/docker-compose up -d 2> /dev/null
|
||||
SHELL
|
||||
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user