Setup WordPress and MariaDB containers

Added port forwarding, python-docker (for Ansible), and containers.
This commit is contained in:
2019-09-19 18:22:51 -04:00
parent 497edc66ad
commit 9158e1184f
3 changed files with 32 additions and 0 deletions

1
Vagrantfile vendored
View File

@@ -3,6 +3,7 @@
Vagrant.configure("2") do |config|
config.vm.box = "debian/buster64"
config.vm.network "forwarded_port", host: 8080, guest: 8080
config.vm.synced_folder ".", "/vagrant", disabled: true
# Machine Name