mirror of
https://github.com/paradizelost/docker.git
synced 2024-11-25 10:54:01 -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 \;
|