mirror of
https://github.com/khuedoan/homelab.git
synced 2024-12-22 15:34:33 +07:00
8 lines
123 B
Bash
Executable File
8 lines
123 B
Bash
Executable File
#!/bin/sh
|
|
|
|
docker compose \
|
|
--project-directory ./metal/roles/pxe_server/files/ \
|
|
logs \
|
|
--follow \
|
|
"${@}"
|