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 bb63849 commit 1abab29Copy full SHA for 1abab29
traefik_stack5/runup.sh
@@ -127,12 +127,12 @@ function goto_myscript() {
127
128
# swarmpit
129
# 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;
+ # export NODE_ID=$(docker info -f '{{.Swarm.NodeID}}')
+ # docker node update --label-add swarmpit.db-data=true $NODE_ID;
+ # echo;
133
134
- docker stack deploy toolswarmpit -c stack-swarmpit.yml;
135
- echo; sleep 1;
+ # docker stack deploy toolswarmpit -c stack-swarmpit.yml;
+ # echo; sleep 1;
136
137
# wordpress
138
# the system is path is at ./docker-stack5
0 commit comments