mirror of
https://github.com/docker/compose.git
synced 2026-08-03 22:27:30 +00:00
- It makes it keep a simple filename instead of an absolute path Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
5 lines
86 B
YAML
5 lines
86 B
YAML
services:
|
|
nginx:
|
|
build:
|
|
context: nginx-build
|
|
dockerfile: Dockerfile
|