mirror of
https://github.com/docker/docs.git
synced 2026-04-01 08:48:56 +07:00
9 lines
104 B
YAML
9 lines
104 B
YAML
jekyll:
|
|
build: .
|
|
ports:
|
|
- 4000:4000
|
|
volumes:
|
|
- .:/code
|
|
environment:
|
|
- LANG=en_US.UTF-8
|