oscar hace 1 año
padre
commit
fb98c6c365
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      docker-compose.yml

+ 1
- 1
docker-compose.yml Ver fichero

@@ -9,7 +9,7 @@ services:
9 9
     image: nginx:stable-alpine
10 10
     container_name: nginx_moderna
11 11
     ports:
12
-      - "80:80"
12
+      - "8077:80"
13 13
     volumes:
14 14
       - ./src/fe:/var/www/fe:ro,cached
15 15
       - ./src/be:/var/www/html:ro,cached