Compare commits
3 commits
94f97e32a3
...
630d89b965
Author | SHA1 | Date | |
---|---|---|---|
630d89b965 | |||
c16a198acf | |||
6cc148eb1b |
1 changed files with 2 additions and 3 deletions
|
@ -1,11 +1,10 @@
|
|||
#!/bin/sh -x
|
||||
#!/usr/bin/env sh
|
||||
|
||||
cd /opt/docker || exit
|
||||
cd ~/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