uci-nextcloud/update

5 lines
95 B
Bash
Executable File

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