This commit is contained in:
2026-05-19 23:24:51 +02:00
parent 265a2b3d2a
commit a3e5b42733
10 changed files with 62 additions and 8 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ if [ ! -f ".env" ]; then
fi
if [ -f ".env" ]; then
env $(grep -v '^#' ${PWD}/.env | sed 's/#.*//' | xargs) docker stack deploy -c compose.yml ${PWD##*/}
env $(grep -v '^#' ${PWD}/.env | sed 's/#.*//' | xargs -0) docker stack deploy -c compose.yml ${PWD##*/}
else
docker stack deploy -c compose.yml ${PWD##*/}
fi