Updated Using Docker Compose (markdown)

Sving1024
2024-05-01 11:39:00 +08:00
parent 63f06b3159
commit 06cea499e8

@@ -20,7 +20,7 @@ services:
environment: environment:
DOMAIN: "https://vaultwarden.example.com" # Your domain; vaultwarden needs to know it's https to work properly with attachments DOMAIN: "https://vaultwarden.example.com" # Your domain; vaultwarden needs to know it's https to work properly with attachments
volumes: volumes:
- ./vw-data:/data - /data/bitwarden:/data
caddy: caddy:
image: caddy:2 image: caddy:2