Ronsoco/docker-compose.yml
Marcos Elias Rios Nuñez 17185a3984 first commit
2024-12-09 21:24:45 -03:00

9 lines
119 B
YAML

version: '3.9'
services:
web:
build: .
ports:
- "8084:80"
volumes:
- .:/usr/share/nginx/html