import existing

This commit is contained in:
Eric Fawcett 2022-06-09 01:32:00 +00:00
parent 185a5c6909
commit 938b3c46f6
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
#!/bin/bash
cd ~
sudo apt update
sudo apt upgrade -y
sudo apt autoremove -y
sudo docker-compose pull
sudo docker-compose up -d
sudo docker image prune -af