diff --git a/Hardening-Guide.md b/Hardening-Guide.md index 316cc42..c0ca2b1 100644 --- a/Hardening-Guide.md +++ b/Hardening-Guide.md @@ -51,7 +51,7 @@ The default user in many Linux distros has uid/gid 1000 (run the `id` command to To do the same in `docker-compose`: services: - bitwarden: + vaultwarden: image: vaultwarden/server:latest container_name: bitwarden user: 1000:1000