add acl in vagrant file

This commit is contained in:
meaz 2023-01-08 20:20:54 +01:00
parent 56d46d6861
commit be778b4829
Signed by: meaz
GPG Key ID: CD7A47B2F1ED43B4
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -15,6 +15,6 @@ Vagrant.configure("2") do |config|
akaunting.vm.network "forwarded_port", guest: 80, host: 8888, host_ip: "192.168.33.31"
akaunting.vm.network "forwarded_port", guest: 443, host: 4443, host_ip: "192.168.33.31"
akaunting.vm.network "private_network", ip: "192.168.33.31"
config.vm.provision "shell", inline: "apt install acl"
end
end