0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-17 03:19:02 +02:00

Updated Starting a Container (markdown)

Jose A Hernandez 2021-12-27 12:51:17 -06:00
parent 45fba511dd
commit c3f867fc30

@ -16,7 +16,7 @@ sudo podman run -d --name vaultwarden -v vw-data:/data/:Z -p 80:80 vaultwarden/s
This will preserve any persistent data under `/vw-data/`, you can adapt the path to whatever suits you.
The service will be exposed on host-port 80 or 8080.
The service will be exposed on host-port 80 or 8080. By default, non-root containers are not allowed to use privileged ports (<1024), hence the need to change the port vaultwarden listens on by passing the ROCKET_PORT environmental variable along with the port mappings.
For non-x86 hardware or to run specific version, you can [[choose some other image|Which-container-image-to-use]].