Added --detach=true to start stacks in detach mode and avoid warning
This commit is contained in:
parent
4caf4e29b8
commit
eed644fbaa
|
@ -15,4 +15,4 @@ fi
|
|||
|
||||
# if we found a compose file, deploy it.
|
||||
echo "Deploying stack as ${PARENT_DIR}..."
|
||||
docker stack deploy -c docker-compose.stack.yml --with-registry-auth ${PARENT_DIR}
|
||||
docker stack deploy --detach=true -c docker-compose.stack.yml --with-registry-auth ${PARENT_DIR}
|
Loading…
Reference in New Issue
Block a user