1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-25 02:08:06 +02:00
awesome-compose/react-nginx/compose.yaml

8 lines
106 B
YAML
Raw Normal View History

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