mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-08 08:06:20 +01:00
updated to match new services
This commit is contained in:
7
vagrant/Vagrantfile
vendored
7
vagrant/Vagrantfile
vendored
@@ -18,7 +18,12 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
||||
# Create a forwarded port mapping which allows access to a specific port
|
||||
# within the machine from a port on the host machine.
|
||||
config.vm.network :forwarded_port, guest: 3306, host: 3306
|
||||
config.vm.network :forwarded_port, guest: 9090, host: 9090
|
||||
config.vm.network :forwarded_port, guest: 8000, host: 8000
|
||||
|
||||
config.vm.synced_folder ".", "/vagrant", disabled: true
|
||||
config.vm.synced_folder "../", "/vagrant"
|
||||
|
||||
config.vm.provision :shell, :path => "bootstrap.sh"
|
||||
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user