mirror of
https://github.com/remnawave/panel.git
synced 2026-04-26 17:56:25 +00:00
fix: update directory paths in documentation from ~/opt/remnawave to /opt/remnawave
This commit is contained in:
@@ -15,10 +15,10 @@ In order to recreate the container using docker compose, run `docker compose dow
|
||||
|
||||
## Change environment variables
|
||||
|
||||
You can change environment variables by editing the `.env` file. Most likely it is located in `~/opt/remnawave`.
|
||||
You can change environment variables by editing the `.env` file. Most likely it is located in `/opt/remnawave`.
|
||||
|
||||
```bash title="Edit .env file"
|
||||
cd ~/opt/remnawave && nano .env
|
||||
cd /opt/remnawave && nano .env
|
||||
```
|
||||
|
||||
## Ports
|
||||
|
||||
Reference in New Issue
Block a user