mirror of
https://github.com/wsargent/docker-cheat-sheet.git
synced 2025-09-22 05:40:50 +02:00
Merge 40b7bada7a
into 439a77f962
This commit is contained in:
commit
d9abf00466
1 changed files with 7 additions and 0 deletions
|
@ -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:
|
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
|
docker-compose -f <docker-compose-file> up
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue