fix(docker-compose): update Nginx service port mapping to remove host specification
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user