add acl in vagrant file
This commit is contained in:
parent
d79763b060
commit
ea18febe59
1 changed files with 2 additions and 1 deletions
3
Vagrantfile
vendored
3
Vagrantfile
vendored
|
@ -16,6 +16,7 @@ Vagrant.configure("2") do |config|
|
|||
cstate.vm.network "forwarded_port", guest: 443, host: 4444, host_ip: "192.168.33.20"
|
||||
cstate.vm.network "forwarded_port", guest: 8080, host: 8081, host_ip: "192.168.33.20"
|
||||
cstate.vm.network "private_network", ip: "192.168.33.20"
|
||||
cstate.vm.synced_folder "share", "/var/www/cstate", owner: "www-data", group: "www-data"
|
||||
#cstate.vm.synced_folder "share", "/var/www/cstate", owner: "www-data", group: "www-data"
|
||||
config.vm.provision "shell", inline: "apt install acl"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue