Update README-zh.md

This commit is contained in:
qiaofeng1227 2022-03-09 08:38:46 +08:00 committed by GitHub
parent e9275f40c7
commit b6de252821
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,7 @@ sudo systemctl start docker
git clone --depth=1 https://github.com/Websoft9/docker-erpnext
cd docker-erpnext
public_ip=`wget -O - https://download.websoft9.com/ansible/get_ip.sh | bash`
sudo sed -i s/APP_SITE_URL.*/APP_SITE_URL=$public_ip/g ./.env
sudo sed -i s/erp.example.com/$public_ip/g ./.env
sudo docker-compose up -d
```