[Fish] Add abbreviation for following logs with docker-compose

This commit is contained in:
Lucien Cartier-Tilet 2023-02-22 15:34:27 +01:00
parent 8475732f42
commit e47c31d637
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 1 additions and 0 deletions

View File

@ -354,6 +354,7 @@ full command, so I use these instead.
| dcb | docker-compose build |
| dcd | docker-compose down |
| dcl | docker-compose logs |
| dclf | docker-compose logs -f |
| dcp | docker-compose pull |
| dcr | docker-compose run --rm |
| dcu | docker-compose up |