Browse Source

adds traefik.sh to log into traefik container

test
Jean-Christophe Vanhalle 2 years ago
parent
commit
a46ef7de81
1 changed files with 11 additions and 0 deletions
  1. 11
    0
      traefik.sh

+ 11
- 0
traefik.sh View File

@@ -0,0 +1,11 @@
#! /bin/sh
#

set -a;
. "${PWD}/.env";
set +a;

docker exec \
-it \
--user root "${PREFIX}-traefik" \
/bin/ash

Loading…
Cancel
Save