mirror of
https://github.com/docker/compose.git
synced 2025-07-28 08:04:09 +02:00
Merge pull request #2196 from md2perpe/patch-1
Remove incorrectly placed comment
This commit is contained in:
commit
4d8b184b14
@ -48,8 +48,6 @@ See `man 7 capabilities` for a full list.
|
|||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
- SYS_ADMIN
|
- SYS_ADMIN
|
||||||
|
|
||||||
Using `dockerfile` together with `image` is not allowed. Attempting to do so results in an error.
|
|
||||||
|
|
||||||
### command
|
### command
|
||||||
|
|
||||||
Override the default command.
|
Override the default command.
|
||||||
@ -106,6 +104,8 @@ Compose will use an alternate file to build with.
|
|||||||
|
|
||||||
dockerfile: Dockerfile-alternate
|
dockerfile: Dockerfile-alternate
|
||||||
|
|
||||||
|
Using `dockerfile` together with `image` is not allowed. Attempting to do so results in an error.
|
||||||
|
|
||||||
### env_file
|
### env_file
|
||||||
|
|
||||||
Add environment variables from a file. Can be a single value or a list.
|
Add environment variables from a file. Can be a single value or a list.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user