Files
homeassistant-prod/show-container-logs.sh
Bastian Schnorbus 546cedc190 savegame 2023-11-18
2023-11-18 14:51:50 +01:00

5 lines
85 B
Bash

#!/usr/bin/env zsh
docker logs -f $(docker ps |grep home-assistant|cut -d' ' -f1)