Merge pull request #1075 from KyleJamesWalker/master
Support alternate Dockerfile name.
This commit is contained in:
commit
a89bc304f6
6 changed files with 17 additions and 5 deletions
10
docs/yml.md
10
docs/yml.md
|
|
@ -39,6 +39,16 @@ Compose will build and tag it with a generated name, and use that image thereaft
|
|||
build: /path/to/build/dir
|
||||
```
|
||||
|
||||
### dockerfile
|
||||
|
||||
Alternate Dockerfile.
|
||||
|
||||
Compose will use an alternate file to build with.
|
||||
|
||||
```
|
||||
dockerfile: Dockerfile-alternate
|
||||
```
|
||||
|
||||
### command
|
||||
|
||||
Override the default command.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue