Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,13 @@ Compose is a tool for defining and running multi-container Docker applications.

By using the following command you can start up your application:

```
docker-compose up
```

You can start your application from another location with the following command:
With the -f Flag you can specify the path to the docker-compose.yml File.

```
docker-compose -f <docker-compose-file> up
```
Expand Down