We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f17e568 commit c056c7dCopy full SHA for c056c7d
scripts/deploy.sh
@@ -9,7 +9,7 @@ STACK_NAME=${STACK_NAME?Variable not set} \
9
TAG=${TAG?Variable not set} \
10
docker compose \
11
-f docker-compose.yml \
12
-config > docker-stack.yml
+config | sed '/^name:*/d' > docker-stack.yml
13
14
docker-auto-labels docker-stack.yml
15
0 commit comments