Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
envfile is not Mandatory
  • Loading branch information
basvandervlies authored Feb 26, 2023
1 parent 007a1c1 commit 7dd0ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion promise-types/docker_compose/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
| --------------- | --------- | ----------------------------------------------------------------------------------------------------------------------- | --------- | -------- |
| `file` | `string` | Docker compose yaml file | Yes | Promiser |
| `state` | `string` | State of the docker images: start, stop, restart, kill, up | Yes | - |
| `envfile` | `string` | Specify which env-file needs to be included | Yes | - |
| `envfile` | `string` | Specify which env-file needs to be included | No | - |

## Examples

Expand Down

0 comments on commit 7dd0ef2

Please sign in to comment.