mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
updated readme
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<div align="center">
|
<div align="center">
|
||||||
<img src="_assets/heading.svg" alt="Description of SVG" width="800"/>
|
<img src="https://i.4lt.ca/nickyeoman/dccb.png" alt="Nick Yeoman's Docker Compose Cookbook" width="800"/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
👤 Author: [Nick Yeoman](https://www.nickyeoman.com/).
|
👤 Author: [Nick Yeoman](https://www.nickyeoman.com/).
|
||||||
@@ -13,8 +13,8 @@ I'm only one guy, I tested with
|
|||||||
| Software | Version |
|
| Software | Version |
|
||||||
|---------------------|-----------|
|
|---------------------|-----------|
|
||||||
| Debian | 13 |
|
| Debian | 13 |
|
||||||
| Docker Engine | 29.4.1 |
|
| Docker Engine | 29.6.0 |
|
||||||
| Dockhand | 1.0.26 |
|
| Dockhand | 1.0.32 |
|
||||||
|
|
||||||
## 🤔 Assumptions
|
## 🤔 Assumptions
|
||||||
|
|
||||||
@@ -46,7 +46,7 @@ cd ~/cookbooks
|
|||||||
mkdir /data
|
mkdir /data
|
||||||
touch /data/test.env
|
touch /data/test.env
|
||||||
docker compose --env-file sample.env --env-file /data/test.env up -d
|
docker compose --env-file sample.env --env-file /data/test.env up -d
|
||||||
docker compose --env-file sample.env --env-file down
|
docker compose --env-file sample.env --env-file /data/test.env down
|
||||||
```
|
```
|
||||||
|
|
||||||
Multiple --env-file flags are supported and applied in order.
|
Multiple --env-file flags are supported and applied in order.
|
||||||
|
|||||||
Reference in New Issue
Block a user