mirror of https://github.com/statping/statping
building
parent
aeed39bc3e
commit
cc13bbfb55
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
cd /home/ubuntu
|
||||
rm -f docker-compose.yml
|
||||
curl -o docker-compose.yml -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/hunterlong/statup/master/servers/docker-compose.yml
|
||||
sudo rm -f docker-compose.yml
|
||||
sudo curl -o docker-compose.yml -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/hunterlong/statup/master/servers/docker-compose.yml
|
||||
sudo service docker start
|
||||
sudo docker system prune -af
|
||||
sudo LETSENCRYPT_HOST=$LETSENCRYPT_HOST LETSENCRYPT_EMAIL=$LETSENCRYPT_EMAIL docker-compose pull
|
||||
|
|
Loading…
Reference in New Issue