adds traefik.sh to log into traefik container

This commit is contained in:
Jean-Christophe Vanhalle
2023-08-14 15:21:05 +02:00
parent d27b5fb591
commit a46ef7de81

11
traefik.sh Executable file
View File

@@ -0,0 +1,11 @@
#! /bin/sh
#
set -a;
. "${PWD}/.env";
set +a;
docker exec \
-it \
--user root "${PREFIX}-traefik" \
/bin/ash