mirror of
https://github.com/paradizelost/docker.git
synced 2025-02-23 08:28:11 -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 \;
|