mirror of
https://github.com/paradizelost/docker.git
synced 2025-02-22 07:58:10 -06:00
3 lines
187 B
Bash
3 lines
187 B
Bash
find /var/docker/config -name docker-compose.yml -exec docker-compose -f {} pull \;
|
|
find /var/docker/config -name docker-compose.yml -exec docker-compose -f {} up -d --remove-orphans \;
|