port wp interne 8080 => 80
This commit is contained in:
parent
1da8714310
commit
0cef2fcc3e
2
sio1/docker-wordpress/Vagrantfile
vendored
2
sio1/docker-wordpress/Vagrantfile
vendored
@ -24,7 +24,7 @@ Vagrant.configure("2") do |config|
|
|||||||
# within the machine from a port on the host machine. In the example below,
|
# within the machine from a port on the host machine. In the example below,
|
||||||
# accessing "localhost:8080" will access port 80 on the guest machine.
|
# accessing "localhost:8080" will access port 80 on the guest machine.
|
||||||
# NOTE: This will enable public access to the opened port
|
# NOTE: This will enable public access to the opened port
|
||||||
config.vm.network "forwarded_port", guest: 2080, host: 80
|
config.vm.network "forwarded_port", guest: 80, host: 2080
|
||||||
|
|
||||||
# Create a forwarded port mapping which allows access to a specific port
|
# Create a forwarded port mapping which allows access to a specific port
|
||||||
# within the machine from a port on the host machine and only allow access
|
# within the machine from a port on the host machine and only allow access
|
||||||
|
Loading…
x
Reference in New Issue
Block a user