Skip to content

Commit 6b5e73f

Browse files
committed
Fix run.sh
1 parent 62b15a3 commit 6b5e73f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function runstuff {
1919
up:build) ${COMPOSE} up --build $arguments ;;
2020
up) ${COMPOSE} up $arguments ;;
2121
local)
22-
runstuff dc up -d db stg-tunnel valkey
22+
runstuff dc up -d db valkey
2323
;;
2424
down)
2525
${COMPOSE} down $arguments

0 commit comments

Comments
 (0)