add acl in vagrant file
This commit is contained in:
parent
f0de627f05
commit
c1ff0d4a7a
1 changed files with 1 additions and 0 deletions
1
Vagrantfile
vendored
1
Vagrantfile
vendored
|
@ -16,5 +16,6 @@ Vagrant.configure("2") do |config|
|
|||
etherpad.vm.network "forwarded_port", guest: 443, host: 4444, host_ip: "192.168.33.8"
|
||||
etherpad.vm.network "forwarded_port", guest: 8080, host: 8081, host_ip: "192.168.33.8"
|
||||
etherpad.vm.network "private_network", ip: "192.168.33.8"
|
||||
config.vm.provision "shell", inline: "apt install acl"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue