mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 08:50:11 -08:00
13 lines
184 B
Markdown
13 lines
184 B
Markdown
# Create an environment file
|
|
|
|
```shell
|
|
touch ~/docker/vaultwarden/.env
|
|
nano ~/docker/vaultwarden/.env
|
|
```
|
|
|
|
## Add the following values
|
|
|
|
`ADMIN_TOKEN`=xyz
|
|
|
|
`DOMAIN`=https://example.tld
|