Update user.md

This commit is contained in:
Darren 2023-11-20 11:06:44 +08:00 committed by GitHub
parent ca1f2a9d68
commit aaf12377bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,4 +15,14 @@ usermod -aG sudo username
#### Can not login when I reinstall my Instance?
Need to clear all cookie at you browser
Need to clear all cookie at you browser
#### How to update Media and library?
--channel dev | release
```
docker exec -it websoft9-apphub bash
bash /websoft9/script/update_zip.sh --channel dev --package_name "media-latest.zip" --sync_to "/websoft9/media"
bash /websoft9/script/update_zip.sh --channel dev --package_name "library-latest.zip" --sync_to "/websoft9/library"
```