mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-21 08:35:22 +02:00
docker-compose: add new example (#4817)
This commit is contained in:
parent
71f4635d88
commit
ff06977da2
1 changed files with 4 additions and 0 deletions
|
@ -30,3 +30,7 @@
|
|||
- Follow logs for all containers:
|
||||
|
||||
`docker-compose logs --follow`
|
||||
|
||||
- Follow logs for a specific container:
|
||||
|
||||
`docker-compose logs --follow {{container_name}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue