diff --git a/Dockers/remote-react-container/entrypoint.sh b/Dockers/remote-react-container/entrypoint.sh index 5536f3d..4c8c2f7 100644 --- a/Dockers/remote-react-container/entrypoint.sh +++ b/Dockers/remote-react-container/entrypoint.sh @@ -88,7 +88,7 @@ HOSTNAME=$(hostname) ## If teleport token is set, join the server if [ -n "$TELEPORT_TOKEN" ]; then - teleport configure --roles=node --token=$TELEPORT_TOKEN --proxy=$TELEPORT_URL --insecure-no-tls -o file + teleport configure --roles=node --token=$TELEPORT_TOKEN --proxy=$TELEPORT_URL --no-acme -o file fi nohup teleport start &