Skip to content
Snippets Groups Projects
Verified Commit 5dacbde0 authored by anarcat's avatar anarcat
Browse files

fix documentation URL

parent fc22c473
No related branches found
No related tags found
No related merge requests found
Pipeline #157975 passed with warnings
......@@ -86,15 +86,15 @@ services:
container_name: vaultwarden
restart: always
environment:
DOMAIN: "https://vault.anarc.at"
DOMAIN: "https://vault.example.com"
SIGNUPS_ALLOWED: "false"
ROCKET_ADDRESS: "127.0.0.1"
ROCKET_PORT: 8086
IP_HEADER: "X-Forwarded-For"
SMTP_PORT: 25
SMTP_HOST: "localhost"
SMTP_FROM: "vault@anarc.at"
HELO_NAME: "vault.anarc.at"
SMTP_FROM: "vault@example.com"
HELO_NAME: "vault.example.com"
SMTP_SECURITY: "off"
env_file: "admin-token.env"
volumes:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment