documentation

This commit is contained in:
2024-05-31 16:39:22 +01:00
parent 1724a592b0
commit fe80588c07
3 changed files with 31 additions and 28 deletions

View File

@@ -1,9 +1,8 @@
#! /bin/bash
# must be executed from repo promtail root folder
docker container stop promtail
docker container remove promtail
scriptPath=$(dirname "$0")
scriptPath="$(dirname "$(readlink -f "$0")")"
docker run -d \
--name promtail \