Skip to content

Commit 7019d3a

Browse files
Update tutorials/vaultwarden-serverless.mdx
Co-authored-by: Néda <[email protected]>
1 parent a174d27 commit 7019d3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tutorials/vaultwarden-serverless.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Vaultwarden relies on a database to store all password data securely. The databa
7474
| Min scale | `0` ((set a value of 1 or more to avoid [cold starts](/serverless-containers/concepts/#cold-start)) |
7575
| Max scale | `1` or more, according to your workload |
7676

77-
4. Set the following **environment variables**:
77+
3. Set the following **environment variables**:
7878

7979
| Key | Value |
8080
|-------------------------|--------|
@@ -83,12 +83,12 @@ Vaultwarden relies on a database to store all password data securely. The databa
8383
| `SIGNUPS_ALLOWED` | `true` |
8484
| `USER_ATTACHMENT_LIMIT` | `0` |
8585

86-
5. Set the following ¨¨**secrets**:
86+
4. Set the following ¨¨**secrets**:
8787
| Key | Value |
8888
|----------------|-----------------------------------------------------------------------------------------------------------------------------------|
8989
| `DATABASE_URL` | connection string retrieved during the [previous step](#creating-a-serverless-sql-database) |
9090
| `ADMIN_TOKEN` | authentication token retrieved by following [This procedure](https://github.com/dani-garcia/vaultwarden/wiki/Enabling-admin-page) |
91-
6. Click **Deploy container**. The container **Overview** tab displays.
91+
5. Click **Deploy container**. The container **Overview** tab displays.
9292

9393
## Finalizing the container configuration
9494

0 commit comments

Comments
 (0)