mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-25 03:09:20 -07:00
Updated Using Docker Compose (markdown)
@@ -17,6 +17,7 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
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
|
||||||
|
SIGNUPS_ALLOWED: "true"
|
||||||
volumes:
|
volumes:
|
||||||
- /vw-data:/data
|
- /vw-data:/data
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user