mirror of
https://github.com/paradizelost/docker.git
synced 2025-02-17 22:15:52 -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 \;
|