fix(docker-compose): update Nginx service port mapping to remove host specification

This commit is contained in:
Mauricio Siu
2025-04-12 17:35:48 -06:00
parent 4ff0a4f9aa
commit ea0d139c4f

View File

@@ -2,4 +2,4 @@ services:
base-app: base-app:
image: nginx:latest # Imagen base image: nginx:latest # Imagen base
ports: ports:
- "80:80" # Puerto expuesto - "80" # Puerto expuesto