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