mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
9 lines
104 B
YAML
9 lines
104 B
YAML
jekyll:
|
|
build: .
|
|
ports:
|
|
- 4000:4000
|
|
volumes:
|
|
- .:/code
|
|
environment:
|
|
- LANG=en_US.UTF-8
|