mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
12 lines
181 B
YAML
12 lines
181 B
YAML
version: "2"
|
|
services:
|
|
docs:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
image: docs/docstage
|
|
ports:
|
|
- "4000:4000"
|
|
volumes:
|
|
- "./:/usr/src/app"
|