1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

docker-compose: sync French translation (#5856)

add logs for a specific container
This commit is contained in:
Yunkz 2021-04-30 13:26:46 +02:00 committed by GitHub
parent 4fb8cf891b
commit 7ebac33188
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,3 +30,7 @@
- Affiche et suit la journalisation de tous les conteneurs :
`docker-compose logs --follow`
- Affiche et suit la journalisation pour un conteneurs spécifique :
`docker-compose logs --follow {{nom_container}}`