0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-09-26 04:18:57 +02:00
Daniel 2024-05-10 18:53:24 +03:00
parent b47a26b5be
commit eebf5834f4

@ -10,8 +10,6 @@ This example assumes that you have [installed](https://docs.docker.com/compose/i
Start by making a new directory and changing into it. Next, create the `compose.yaml` (or `docker-compose.yml` for legacy versions) below, making sure to substitute appropriate values for the `DOMAIN` and `EMAIL` variables.
```yaml
version: '3'
services:
vaultwarden:
image: vaultwarden/server:latest
@ -88,8 +86,6 @@ This example is the same as the previous one, but for the case where you don't w
Start by making a new directory and changing into it. Next, create the `compose.yaml` (or `docker-compose.yml` for legacy versions) below, making sure to substitute appropriate values for the `DOMAIN` and `EMAIL` variables.
```yaml
version: '3'
services:
vaultwarden:
image: vaultwarden/server:latest