This repository has been archived on 2026-07-30. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
docker/archive/others/update-containers.sh
T

7 lines
103 B
Bash
Executable File

#!/bin/bash
pushd ~/docker
docker-compose pull
docker-compose -p app up -d
docker system prune -f
popd