local-nginx-tutorial/eg2/docker-compose.yaml

9 lines
143 B
YAML
Raw Normal View History

2023-05-02 22:34:20 +10:00
services:
web:
container_name: web
hostname: web
build:
context: ./
dockerfile: Dockerfile
ports:
- 8085:80