mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 23:20:23 +00:00
websoft9
This commit is contained in:
parent
7f7e89b2df
commit
49118f128b
1 changed files with 1 additions and 1 deletions
|
@ -429,7 +429,7 @@ install_backends() {
|
|||
fi
|
||||
|
||||
DOCKER_CONFIG_FILE="/etc/docker/daemon.json"
|
||||
MIRROR_ADDRESS="https://dockerregistry.test2.websoft9.cn"
|
||||
MIRROR_ADDRESS="https://registry.test2.websoft9.cn"
|
||||
sudo docker compose -f $composefile pull
|
||||
if [ $? -eq 0 ]; then
|
||||
echo "Docker Compose pull succeeded"
|
||||
|
|
Loading…
Reference in a new issue