generated from DAM/ts-TEMPLATE
Update docker-compose.yml
added missing 'volume' key
This commit is contained in:
parent
1902a45770
commit
8055fecc40
@ -22,6 +22,7 @@ services:
|
||||
environment:
|
||||
DOMAIN: "https://vaultwarden.{{YOUR_DOMAIN}}.ts.net" # <---- Your domain here! --- ie https://vaultwarden.tail123456.ts.net/
|
||||
# ADMIN_TOKEN: "an-incredibly-complex-password-is-required" # <---- Insert complex password
|
||||
volume:
|
||||
- ./vaultwarden/data:/data
|
||||
network_mode: service:vaultwarden-ts
|
||||
depends_on:
|
||||
|
Loading…
x
Reference in New Issue
Block a user