add acl in vagrant file

This commit is contained in:
meaz 2023-01-09 07:05:14 +01:00
parent 7730a68c9b
commit 358c0abd22
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|
pleroma.vm.network "forwarded_port", guest: 80, host: 8888, host_ip: "192.168.33.15"
pleroma.vm.network "forwarded_port", guest: 443, host: 4443, host_ip: "192.168.33.15"
pleroma.vm.network "private_network", ip: "192.168.33.15"
config.vm.provision "shell", inline: "apt install acl"
end
end