Fix Ruta nginx.conf

This commit is contained in:
2025-10-07 15:36:36 -03:00
parent 248f5baa60
commit 177ad55962

View File

@@ -30,7 +30,7 @@ services:
container_name: inventario-proxy
restart: unless-stopped
volumes:
- ./proxy/nginx.conf:/etc/nginx/conf.d/default.conf
- ./frontend/proxy/nginx.conf:/etc/nginx/conf.d/default.conf
ports:
- "8900:80"
networks: