mirror of
https://github.com/Lifeforge-app/lifeforge.git
synced 2026-06-27 22:36:06 +00:00
docs(installation): add editor options for env file configuration
This commit is contained in:
@@ -64,6 +64,13 @@ Docker is the easiest way to get LifeForge up and running. It handles all depend
|
||||
|
||||
3. Edit `env/.env.docker` and set the required variables. Docker will use this file for configuration:
|
||||
|
||||
```bash
|
||||
nano env/.env.docker
|
||||
# Or if you prefer vim:
|
||||
vim env/.env.docker
|
||||
# Or if you prefer a GUI editor such as VSCode:
|
||||
code env/.env.docker
|
||||
```
|
||||
```bash
|
||||
PB_EMAIL=your-email@example.com # Admin email
|
||||
PB_PASSWORD=your-secure-password # Admin password (min 8 chars)
|
||||
|
||||
Reference in New Issue
Block a user