9 lines
143 B
YAML
9 lines
143 B
YAML
|
services:
|
||
|
web:
|
||
|
container_name: web
|
||
|
hostname: web
|
||
|
build:
|
||
|
context: ./
|
||
|
dockerfile: Dockerfile
|
||
|
ports:
|
||
|
- 8085:80
|