From b161e207ff455c68ad07bb7814e610634e53c7f3 Mon Sep 17 00:00:00 2001 From: Maslow Vladislav <70482199+masloffvs@users.noreply.github.com> Date: Thu, 23 May 2024 14:02:54 +0300 Subject: [PATCH] add welcome screen --- run.sh | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 92e04c9..f2e7955 100755 --- a/run.sh +++ b/run.sh @@ -31,4 +31,12 @@ docker run \ --hostname $CONTAINER_NAME \ --name $CONTAINER_NAME treepath -echo "Container '$CONTAINER_NAME' started." \ No newline at end of file +echo "Container '$CONTAINER_NAME' started." + +echo "Happy TreePathing!" +echo """Congratulations, TreePath is up and running and ready to receive your traffic! +What's next? + +- Connect all the containers you want TreePath to access to the 'datahub' network. It was created automatically +- All! Each change to the routes.trp file will automatically create Nginx configurations for your containers +"""