add tail to not spam
All checks were successful
Publish Docker Image / docker (push) Successful in 1m15s

This commit is contained in:
Lee 2024-04-17 02:39:25 +01:00
parent 2c0d4cdcae
commit f3599cc4ac

@ -19,4 +19,4 @@ def restartTraefik():
def getTraefikLogs():
print("Getting Traefik logs, please wait...")
subprocess.run(["docker", "logs", containerName, "-f"])
subprocess.run(["docker", "logs", containerName, "-f", "--tail=250"])