updated by /home/nico/bin/sync-all-repos on bridge

This commit is contained in:
Nico Schottelius 2023-11-10 12:17:35 +01:00
parent adeab23b6c
commit 6cb22bdb7f
1 changed files with 2 additions and 2 deletions

View File

@ -3,9 +3,9 @@
set -x
if ! docker ps | grep -q tshwrapper ; then
docker run -d --init \
docker run --init \
--entrypoint /usr/bin/sleep \
--name tshwrapper \
--name tshwrapper2 \
-v ~/.tsh:/root/.tsh \
-p 3155:3155 \
public.ecr.aws/gravitational/teleport:13 infinity