homelab/scripts/pxe-log.sh

7 lines
89 B
Bash
Executable file

#!/bin/bash
docker compose \
--project-name pxe \
logs \
--follow \
${@}