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 8eec68e commit 7206c90Copy full SHA for 7206c90
traefik_stack5/runup.sh
@@ -131,10 +131,9 @@ function goto_myscript() {
131
docker stack deploy toolgui -c toolportainer.yml && echo; sleep 1;
132
133
# swarmpit / constraint the db
134
- export NODE_ID=$(docker info -f '{{.Swarm.NodeID}}')
135
- docker node update --label-add swarmpit.db-data=true $NODE_ID && echo;
136
-
137
- docker stack deploy toolswarmpit -c stack-swarmpit.yml && echo; sleep 1;
+ #export NODE_ID=$(docker info -f '{{.Swarm.NodeID}}')
+ #docker node update --label-add swarmpit.db-data=true $NODE_ID && echo;
+ #docker stack deploy toolswarmpit -c stack-swarmpit.yml && echo; sleep 1;
138
139
# wordpress
140
# the system is path is at ./docker-stack5
0 commit comments