Fix ports

This commit is contained in:
Dane Everitt 2018-08-05 17:41:44 -07:00
parent 60087d451c
commit c62f590056
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53

4
Vagrantfile vendored
View File

@ -74,7 +74,7 @@ Vagrant.configure("2") do |config|
docs.vm.provider "docker" do |d|
d.image = "quay.io/pterodactyl/vagrant-core"
d.create_args = ["-it", "--add-host=host.pterodactyl.local:172.17.0.1"]
d.ports = ["8088:80", "9091:9091"]
d.ports = ["9090:80", "9091:9091"]
d.volumes = ["#{vagrant_root}/code/documentation:/srv/documentation:cached"]
d.remains_running = true
d.has_ssh = true
@ -164,4 +164,4 @@ Vagrant.configure("2") do |config|
d.remains_running = true
end
end
end
end