Update docs (#112)

This commit is contained in:
Leendert de Borst
2026-02-04 19:48:06 +01:00
committed by Leendert de Borst
parent 8f1c563bc6
commit 49ef4918fa
3 changed files with 4 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ docker run -d \
-v ./database:/database \
-v ./logs:/logs \
-v ./secrets:/secrets \
-v ./certificates:/certificates
aliasvault-allinone:local
```

View File

@@ -44,6 +44,7 @@ services:
- ./database:/database
- ./logs:/logs
- ./secrets:/secrets
- ./certificates:/certificates
environment:
HOSTNAME: "localhost"
@@ -52,6 +53,7 @@ services:
FORCE_HTTPS_REDIRECT: "false"
SUPPORT_EMAIL: ""
PRIVATE_EMAIL_DOMAINS: ""
SMTP_TLS_ENABLED: "false"
```
3. Run `docker compose up -d` to start the container.
4. After the container has started, AliasVault should now be running. You can access it at:

View File

@@ -21,6 +21,7 @@ docker run -d \
-v ./database:/database \
-v ./logs:/logs \
-v ./secrets:/secrets \
-v ./certificates:/certificates \
aliasvault-allinone:local
# Go back to scripts