1
0
Fork 0
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:
Ali Malek 2020-10-24 16:29:15 +03:30 committed by GitHub
parent 71f4635d88
commit ff06977da2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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