Skip to content

Commit 970af4a

Browse files
committed
Better UX
1 parent be60c96 commit 970af4a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

traefik_stack5/runup.sh

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -162,15 +162,14 @@ function goto_myscript() {
162162
docker run --rm devmtl/figlet:1.0 ${message_is} && echo;
163163

164164
# See Traefik logs
165-
echo "If you enjoy this project, Give it a Star or Fork :)";
165+
echo "If you enjoy this project, Give it a Star or Fork it :)";
166166
echo " https://github.com/pascalandy/docker-stack-this/" && echo;
167167

168168
# See Traefik logs
169-
echo "Ideas: ";
169+
echo "Command ideas: ";
170+
echo " docker service logs -f stkproxy_traefik";
170171
echo " docker service ls";
171-
echo " docker stack ls";
172-
echo " docker service logs -f stkproxy_traefik" && echo;
173-
172+
echo " docker stack ls"; echo;
174173
}
175174

176175
# --- Entrypoint

0 commit comments

Comments
 (0)