Added --detach=true to start stacks in detach mode and avoid warning

This commit is contained in:
bkraul 2025-02-20 19:48:09 -06:00
parent 4caf4e29b8
commit eed644fbaa

View File

@ -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}