File "docker-compose.yml"

Full Path: C:/wamp64/www/LAVANDERIA/docker-compose.yml
File size: 256 bytes
MIME-type: text/plain
Charset: utf-8


services:
  web:
    build:
      context: .
      dockerfile: Dockerfile
    container_name: lavanderia
    ports:
      - "8093:80"                  
    volumes:
      - ./:/var/www/html    
 
volumes:
  db_data:

networks:
  red_local: