Skip to content

Commit 1abab29

Browse files
committed
bypass swarmpit
Signed-off-by: Pascal Andy <pascal@firepress.org>
1 parent bb63849 commit 1abab29

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

traefik_stack5/runup.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,12 @@ function goto_myscript() {
127127

128128
# swarmpit
129129
# constraint the db
130-
export NODE_ID=$(docker info -f '{{.Swarm.NodeID}}')
131-
docker node update --label-add swarmpit.db-data=true $NODE_ID;
132-
echo;
130+
# export NODE_ID=$(docker info -f '{{.Swarm.NodeID}}')
131+
# docker node update --label-add swarmpit.db-data=true $NODE_ID;
132+
# echo;
133133

134-
docker stack deploy toolswarmpit -c stack-swarmpit.yml;
135-
echo; sleep 1;
134+
# docker stack deploy toolswarmpit -c stack-swarmpit.yml;
135+
# echo; sleep 1;
136136

137137
# wordpress
138138
# the system is path is at ./docker-stack5

0 commit comments

Comments
 (0)