mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-05-04 08:34:30 +02:00
Updated Using the MySQL Backend (markdown)
parent
2020b377b8
commit
24f4c58ebb
@ -41,7 +41,7 @@ mysql://dbuser:yourpassword@192.168.1.10:3306/bitwarden
|
|||||||
|
|
||||||
**Example using docker-compose
|
**Example using docker-compose
|
||||||
|
|
||||||
```
|
```yaml
|
||||||
version: "3.7"
|
version: "3.7"
|
||||||
services:
|
services:
|
||||||
mariadb:
|
mariadb:
|
||||||
@ -73,7 +73,6 @@ services:
|
|||||||
## Had issues when using single parentheses around the mysql URL as in the plain docker example
|
## Had issues when using single parentheses around the mysql URL as in the plain docker example
|
||||||
- "DATABASE_URL=mysql://<bitwarden_user>:<bitwarden_pw>@mariadb/bitwarden_db"
|
- "DATABASE_URL=mysql://<bitwarden_user>:<bitwarden_pw>@mariadb/bitwarden_db"
|
||||||
- "ADMIN_TOKEN=<some_random_token_as_per_above_explanation>"
|
- "ADMIN_TOKEN=<some_random_token_as_per_above_explanation>"
|
||||||
- "ENABLE_DB_WAL='false'"
|
|
||||||
- "RUST_BACKTRACE=1"
|
- "RUST_BACKTRACE=1"
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "80:80"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user