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 62b15a3 commit 6b5e73fCopy full SHA for 6b5e73f
1 file changed
run
@@ -19,7 +19,7 @@ function runstuff {
19
up:build) ${COMPOSE} up --build $arguments ;;
20
up) ${COMPOSE} up $arguments ;;
21
local)
22
- runstuff dc up -d db stg-tunnel valkey
+ runstuff dc up -d db valkey
23
;;
24
down)
25
${COMPOSE} down $arguments
0 commit comments