Files
2026-06-27 11:49:19 +00:00

17 lines
319 B
YAML

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