awesome-compose/react-nginx/docker-compose.yml
phamthainb 9c19075d6e update port to default & readme
Signed-off-by: phamthainb <phamthai4643@gmail.com>
2021-05-27 09:46:44 +07:00

9 lines
121 B
YAML
Executable File

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