add acl in vagrant file

This commit is contained in:
meaz 2023-01-09 07:08:44 +01:00
parent be4c057eec
commit 41e62b1685
Signed by: meaz
GPG Key ID: CD7A47B2F1ED43B4
1 changed files with 1 additions and 0 deletions

1
Vagrantfile vendored
View File

@ -16,5 +16,6 @@ Vagrant.configure("2") do |config|
prosody.vm.network "forwarded_port", guest: 443, host: 4444, host_ip: "192.168.33.5"
prosody.vm.network "forwarded_port", guest: 8080, host: 8081, host_ip: "192.168.33.5"
prosody.vm.network "private_network", ip: "192.168.33.5"
config.vm.provision "shell", inline: "apt install acl"
end
end