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' }