Skip to content

Commit 51793c1

Browse files
committed
Fix run.sh
1 parent 8982ac0 commit 51793c1

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)