mirror of
https://github.com/BluemediaGER/homelab.git
synced 2024-11-22 11:05:28 +01:00
7 lines
89 B
Bash
Executable file
7 lines
89 B
Bash
Executable file
#!/bin/bash
|
|
|
|
docker compose \
|
|
--project-name pxe \
|
|
logs \
|
|
--follow \
|
|
${@} |