mirror of
https://github.com/remnawave/panel.git
synced 2026-04-21 07:02:18 +00:00
docs: add instructions to restart Remnawave Panel container in subscription page documentation
This commit is contained in:
@@ -23,6 +23,12 @@ Change `SUB_PUBLIC_DOMAIN` to your subscription page domain name. Domain name mu
|
||||
SUB_PUBLIC_DOMAIN=subscription.domain.com
|
||||
```
|
||||
|
||||
Don't forget to restart Remnawave Panel container:
|
||||
|
||||
```bash
|
||||
cd /opt/remnawave && docker compose down remnawave && docker compose up -d && docker compose logs -f
|
||||
```
|
||||
|
||||
## Step 2 - Create docker-compose.yml file
|
||||
|
||||
```bash title="Creating docker-compose.yml file"
|
||||
|
||||
Reference in New Issue
Block a user