Updated Deployment examples (markdown)
parent
37789f4efc
commit
06b019e4e6
|
@ -166,4 +166,10 @@ docker rmi -f vaultwarden/server
|
|||
docker pull vaultwarden/server:latest
|
||||
image_sha="$(docker inspect --format='{{index .RepoDigests 0}}' vaultwarden/server)"
|
||||
dokku git:from-image $APP_NAME $image_sha
|
||||
```
|
||||
```
|
||||
|
||||
## Azure
|
||||
|
||||
* https://github.com/adamhnat/vaultwarden-azure
|
||||
|
||||
Vaultwarden installation optimized for Azure Container App service with fileshare for data
|
Loading…
Reference in New Issue