diff --git a/Using-Docker-Compose.md b/Using-Docker-Compose.md index 9d91903..9f71481 100644 --- a/Using-Docker-Compose.md +++ b/Using-Docker-Compose.md @@ -17,6 +17,7 @@ services: restart: always environment: DOMAIN: "https://vaultwarden.example.com" # Your domain; vaultwarden needs to know it's https to work properly with attachments + SIGNUPS_ALLOWED: "true" volumes: - /vw-data:/data