mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-22 09:49:20 -07:00
Mention Caddy self signed option and change traefik code type to yaml
@@ -23,6 +23,7 @@ localhost:443 {
|
||||
}
|
||||
|
||||
tls ${SSLCERTIFICATE} ${SSLKEY}
|
||||
# or 'tls self_signed' to generate a self-signed certificate
|
||||
}
|
||||
```
|
||||
|
||||
@@ -81,7 +82,7 @@ server {
|
||||
```
|
||||
|
||||
## Traefik (docker-compose example)
|
||||
```traefik
|
||||
```yaml
|
||||
labels:
|
||||
- traefik.docker.network=traefik
|
||||
- traefik.enable=true
|
||||
|
||||
Reference in New Issue
Block a user