mirror of
https://github.com/Dannecron/netology-devops.git
synced 2025-12-25 23:32:37 +03:00
add homework 3.4 with questions 1-4
This commit is contained in:
1
src/vagrant/Vagrantfile
vendored
1
src/vagrant/Vagrantfile
vendored
@@ -29,6 +29,7 @@ Vagrant.configure("2") do |config|
|
||||
# within the machine from a port on the host machine and only allow access
|
||||
# via 127.0.0.1 to disable public access
|
||||
# config.vm.network "forwarded_port", guest: 80, host: 8080, host_ip: "127.0.0.1"
|
||||
config.vm.network "forwarded_port", guest: 19999, host: 19999, host_ip: "127.0.0.1"
|
||||
|
||||
# Create a private network, which allows host-only access to the machine
|
||||
# using a specific IP.
|
||||
|
||||
Reference in New Issue
Block a user