Add git pull to restart-docker command

This commit is contained in:
albert 2024-03-28 14:04:39 +09:00
parent 609d4a5a55
commit 6d08279a56
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -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
}