awesome-compose/react-nginx/docker-compose.yml
Phạm Hồng Thái 263ba37b97
add react-nginx (#121)
add react-nginx

Signed-off-by: phamthainb <phamthai4643@gmail.com>
2021-10-10 17:19:58 +02:00

9 lines
121 B
YAML
Executable File

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