From 15888ff237cbf33bccf9ad7046073872965d25c5 Mon Sep 17 00:00:00 2001 From: Guillaume Jacquenot Date: Fri, 17 Mar 2023 08:06:14 +0100 Subject: [PATCH] :hammer: Update ports value in demo_compose.yaml This update allows to forward port in a virtual machine It allows the application to be run in a virtual machine with docker-compose and to be used on a host machine (for example Windows) --- demo_compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo_compose.yaml b/demo_compose.yaml index e917d0e..468283c 100644 --- a/demo_compose.yaml +++ b/demo_compose.yaml @@ -20,4 +20,4 @@ services: volumes: - ./res/nginx.conf:/etc/nginx/conf.d/default.conf:ro ports: - - "127.0.0.1:8080:80" \ No newline at end of file + - "8080:80"