Skip to content

Commit

Permalink
Added update script
Browse files Browse the repository at this point in the history
  • Loading branch information
aymene69 committed Feb 21, 2024
1 parent 15c1f0f commit 904fbeb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions update.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash

cd addon
sudo docker compose down
sudo docker compose pull
sudo docker compose up -d
clear
IP=$(curl -4 -s ifconfig.me)
echo "Update completed!"
echo "Your addon is accessible at https://$domainName/"

0 comments on commit 904fbeb

Please sign in to comment.