generated from DAM/ts-TEMPLATE
fix for volumes and make admin page available by default
This commit is contained in:
parent
1902a45770
commit
ef0748d48a
@ -21,7 +21,8 @@ services:
|
||||
restart: always
|
||||
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
|
||||
ADMIN_TOKEN: "an-incredibly-complex-password-is-required" # <---- Insert complex password
|
||||
volumes:
|
||||
- ./vaultwarden/data:/data
|
||||
network_mode: service:vaultwarden-ts
|
||||
depends_on:
|
||||
|
Loading…
x
Reference in New Issue
Block a user