mirror of
https://github.com/dani-garcia/bitwarden_rs
synced 2024-11-22 09:55:57 +01:00
Remove extra dot from vw-data path
parent
f7101c17ed
commit
cfdf8398e8
@ -98,7 +98,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
|
- /vw-data:/data
|
||||||
|
|
||||||
caddy:
|
caddy:
|
||||||
image: caddy:2
|
image: caddy:2
|
||||||
|
Loading…
Reference in New Issue
Block a user