uci-nextcloud/update

5 lines
95 B
Plaintext
Raw Normal View History

#!/bin/bash
docker-compose pull
docker-compose up -d --remove-orphans
yes | docker image prune