Add git pull to restart-docker command
This commit is contained in:
parent
609d4a5a55
commit
6d08279a56
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@
|
|||
pushd /Storage/Data/docker-compose/sysctl.io
|
||||
docker stop $1
|
||||
docker rm $1
|
||||
git pull
|
||||
docker-compose up -d $1
|
||||
popd
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue