version: '3.8' services: web: build: . container_name: trastoweb-container restart: always ports: - "8002:80" # IMPORTANTE: Cambiamos al 8002 para que no choque con Daikaku volumes: - ./src:/var/www networks: - red-compartida networks: red-compartida: external: true