awesome-compose/react-nginx/docker-compose.yml
Phạm Hồng Thái 64c18cc957 Update react-nginx/docker-compose.yml
Co-authored-by: Guillaume Lours <guillaume@lours.me>
Signed-off-by: phamthainb <phamthai4643@gmail.com>
2021-05-24 20:48:15 +07:00

9 lines
119 B
YAML
Executable File

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