We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be60c96 commit 970af4aCopy full SHA for 970af4a
traefik_stack5/runup.sh
@@ -162,15 +162,14 @@ function goto_myscript() {
162
docker run --rm devmtl/figlet:1.0 ${message_is} && echo;
163
164
# See Traefik logs
165
- echo "If you enjoy this project, Give it a Star or Fork :)";
+ echo "If you enjoy this project, Give it a Star or Fork it :)";
166
echo " https://github.com/pascalandy/docker-stack-this/" && echo;
167
168
169
- echo "Ideas: ";
+ echo "Command ideas: ";
170
+ echo " docker service logs -f stkproxy_traefik";
171
echo " docker service ls";
- echo " docker stack ls";
172
- echo " docker service logs -f stkproxy_traefik" && echo;
173
-
+ echo " docker stack ls"; echo;
174
}
175
176
# --- Entrypoint
0 commit comments