mirror of
https://github.com/dani-garcia/vaultwarden
synced 2024-11-15 22:42:51 +01:00
Version element has been deprecated (https://docs.docker.com/compose/compose-file/04-version-and-name/#version-top-level-element-obsolete)
parent
b47a26b5be
commit
eebf5834f4
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue