mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-22 09:49:20 -07:00
Updated Using Docker Compose (markdown)
@@ -31,8 +31,8 @@ services:
|
|||||||
- ./caddy-config:/config
|
- ./caddy-config:/config
|
||||||
- ./caddy-data:/data
|
- ./caddy-data:/data
|
||||||
environment:
|
environment:
|
||||||
- DOMAIN=http(s)://vaultwarden.example.com # Your domain, prefixed with http or https.
|
- DOMAIN=https://vaultwarden.example.com # Your domain.
|
||||||
- EMAIL=admin@example.com # The email address to use for ACME registration.
|
- EMAIL=admin@example.com # The email address to use for ACME registration.
|
||||||
- LOG_FILE=/data/access.log
|
- LOG_FILE=/data/access.log
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -112,9 +112,9 @@ services:
|
|||||||
- ./caddy-config:/config
|
- ./caddy-config:/config
|
||||||
- ./caddy-data:/data
|
- ./caddy-data:/data
|
||||||
environment:
|
environment:
|
||||||
- DOMAIN=http(s)://vaultwarden.example.com # Your domain, prefixed with http or https.
|
- DOMAIN=https://vaultwarden.example.com # Your domain.
|
||||||
- EMAIL=admin@example.com # The email address to use for ACME registration.
|
- EMAIL=admin@example.com # The email address to use for ACME registration.
|
||||||
- DUCKDNS_TOKEN=<token> # Your Duck DNS token.
|
- DUCKDNS_TOKEN=<token> # Your Duck DNS token.
|
||||||
- LOG_FILE=/data/access.log
|
- LOG_FILE=/data/access.log
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user