Skip to content

Commit 670b8a7

Browse files
committed
use docker compose restart
1 parent 6321d0a commit 670b8a7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: deploy.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ set -euo pipefail
2424
2525
cloud-init status --wait --long
2626
27-
sudo docker compose down
28-
sudo docker compose up -d
27+
sudo docker compose restart
2928
3029
echo "Downloading llama 3.3 model...this could take a few minutes..."
3130
curl -fsSL "http://localhost:11434/api/pull" -d '{"name": "llama3.3"}'

0 commit comments

Comments
 (0)