adds traefik.sh to log into traefik container
This commit is contained in:
11
traefik.sh
Executable file
11
traefik.sh
Executable file
@@ -0,0 +1,11 @@
|
|||||||
|
#! /bin/sh
|
||||||
|
#
|
||||||
|
|
||||||
|
set -a;
|
||||||
|
. "${PWD}/.env";
|
||||||
|
set +a;
|
||||||
|
|
||||||
|
docker exec \
|
||||||
|
-it \
|
||||||
|
--user root "${PREFIX}-traefik" \
|
||||||
|
/bin/ash
|
||||||
Reference in New Issue
Block a user