mirror of
https://github.com/dani-garcia/bitwarden_rs
synced 2024-11-25 03:09:59 +01:00
Updated Using Docker Compose (markdown)
parent
6549ccaa20
commit
d9b232b7e6
@ -31,8 +31,8 @@ services:
|
||||
- ./caddy-config:/config
|
||||
- ./caddy-data:/data
|
||||
environment:
|
||||
- DOMAIN=http(s)://vaultwarden.example.com # Your domain, prefixed with http or https.
|
||||
- EMAIL=admin@example.com # The email address to use for ACME registration.
|
||||
- DOMAIN=https://vaultwarden.example.com # Your domain.
|
||||
- EMAIL=admin@example.com # The email address to use for ACME registration.
|
||||
- LOG_FILE=/data/access.log
|
||||
```
|
||||
|
||||
@ -112,9 +112,9 @@ services:
|
||||
- ./caddy-config:/config
|
||||
- ./caddy-data:/data
|
||||
environment:
|
||||
- DOMAIN=http(s)://vaultwarden.example.com # Your domain, prefixed with http or https.
|
||||
- EMAIL=admin@example.com # The email address to use for ACME registration.
|
||||
- DUCKDNS_TOKEN=<token> # Your Duck DNS token.
|
||||
- DOMAIN=https://vaultwarden.example.com # Your domain.
|
||||
- EMAIL=admin@example.com # The email address to use for ACME registration.
|
||||
- DUCKDNS_TOKEN=<token> # Your Duck DNS token.
|
||||
- LOG_FILE=/data/access.log
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user