chore: adding update command
All checks were successful
Release to Gitea Container Registry / build_and_push (push) Successful in 7s
All checks were successful
Release to Gitea Container Registry / build_and_push (push) Successful in 7s
This commit is contained in:
parent
3d1926a2a7
commit
4118407b5f
@ -19,10 +19,15 @@ git clone https://git.nostrdev.com/stuff/blossom-cloudron
|
|||||||
cd blossom-cloudron
|
cd blossom-cloudron
|
||||||
|
|
||||||
# Install latest version
|
# Install latest version
|
||||||
cloudron install --image git.nostrdev.com/stuff/blossom-cloudron:latest
|
cloudron install --image git.nostrdev.com/stuff/blossom-cloudron:latest -l blossom.YOURDOMAIN.com
|
||||||
|
```
|
||||||
|
|
||||||
|
To update, the command would be:
|
||||||
|
|
||||||
|
```
|
||||||
|
cloudron update --app blossom.YOURDOMAIN.com --image git.nostrdev.com/stuff/blossom-cloudron:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
You will then be prompted for a location - so put the domain, eg `blossom.yourdomain.com`
|
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user