From 0cef2fcc3e591901187b69a8f4454b87e52fdefa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CAlbert?= Date: Mon, 14 Nov 2022 13:36:44 +0100 Subject: [PATCH] port wp interne 8080 => 80 --- sio1/docker-wordpress/Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sio1/docker-wordpress/Vagrantfile b/sio1/docker-wordpress/Vagrantfile index 471c99d..db2044d 100644 --- a/sio1/docker-wordpress/Vagrantfile +++ b/sio1/docker-wordpress/Vagrantfile @@ -24,7 +24,7 @@ Vagrant.configure("2") do |config| # 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. # 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 # within the machine from a port on the host machine and only allow access