mirror of
https://github.com/acedanger/docker.git
synced 2025-12-05 22:50:17 -08:00
added readme for environment files
This commit is contained in:
12
vaultwarden/README.md
Normal file
12
vaultwarden/README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# Create an environment file
|
||||
|
||||
```shell
|
||||
touch ~/docker/vaultwarden/.env
|
||||
nano ~/docker/vaultwarden/.env
|
||||
```
|
||||
|
||||
## Add the following values
|
||||
|
||||
`ADMIN_TOKEN`=xyz
|
||||
|
||||
`DOMAIN`=https://example.tld
|
||||
Reference in New Issue
Block a user