1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-29 07:38:02 +02:00
awesome-compose/react-nginx/docker-compose.yml

9 lines
121 B
YAML
Raw Normal View History

version: "3.7"
services:
frontend:
build:
context: .
container_name: frontend
ports:
- "80:80"