mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-25 11:19:21 -07:00
add missing . before /vw-data
@@ -50,7 +50,7 @@ services:
|
|||||||
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
|
||||||
SIGNUPS_ALLOWED: "true"
|
SIGNUPS_ALLOWED: "true"
|
||||||
volumes:
|
volumes:
|
||||||
- /vw-data:/data
|
- ./vw-data:/data
|
||||||
|
|
||||||
caddy:
|
caddy:
|
||||||
image: caddy:2
|
image: caddy:2
|
||||||
|
|||||||
Reference in New Issue
Block a user