Compare commits
No commits in common. "630d89b96516d9c7fdd5809581a5ba97cbb153c3" and "94f97e32a385fcdb1b66f3ba0b7cc1a6851269c3" have entirely different histories.
630d89b965
...
94f97e32a3
1 changed files with 3 additions and 2 deletions
|
@ -1,10 +1,11 @@
|
|||
#!/usr/bin/env sh
|
||||
#!/bin/sh -x
|
||||
|
||||
cd ~/docker || exit
|
||||
cd /opt/docker || exit
|
||||
|
||||
for i in *; do (set -e
|
||||
cd "$i"
|
||||
docker-compose pull
|
||||
docker-compose up -d
|
||||
) & done
|
||||
|
||||
docker image prune -f
|
||||
|
|
Loading…
Reference in a new issue