Skip to content

Commit be60c96

Browse files
committed
Fix stack’s name
Signed-off-by: Pascal Andy <pascal@firepress.org>
1 parent d4643fd commit be60c96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

traefik_stack5/runup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ function goto_myscript() {
169169
echo "Ideas: ";
170170
echo " docker service ls";
171171
echo " docker stack ls";
172-
echo " docker service logs -f toolproxy_traefik" && echo;
172+
echo " docker service logs -f stkproxy_traefik" && echo;
173173

174174
}
175175

0 commit comments

Comments
 (0)