From 10a4b135069dc3340d4b79c3548f4f7fdd0ad526 Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 28 Jan 2025 09:45:40 +0700 Subject: [PATCH] blackhole deploy fix, take 2 --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 86b9af1d..486da8ca 100755 --- a/deploy.sh +++ b/deploy.sh @@ -35,7 +35,7 @@ function sync_blackhole { . -e ssh "$host":tubearchivist ssh "$host" 'docker build -t bbilly1/tubearchivist:unstable tubearchivist' - ssh "$host" 'docker compose up -d -f docker/docker-compose.yml' + ssh "$host" 'docker compose -f docker/docker-compose.yml up -d' }