This commit is contained in:
Mr. Phil 2021-08-05 04:21:18 -07:00 committed by GitHub
commit d9abf00466
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```