docs: update installation steps and modify Traefik network configuration

This commit is contained in:
kastov
2025-06-22 15:45:25 +03:00
parent 91f60c1242
commit 855f8eef69
2 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ APP_PORT=2222
SSL_CERT=CERT_FROM_MAIN_PANEL
```
## Step 4 - Create docker-compose.yml file
## Step 3 - Create docker-compose.yml file
```bash title="Creating docker-compose.yml file"
nano docker-compose.yml
@@ -54,7 +54,7 @@ services:
- .env
```
## Step 5 - Start the containers
## Step 4 - Start the containers
Start the containers by running the following command:

View File

@@ -50,7 +50,7 @@ networks:
remnawave-network:
name: remnawave-network
driver: bridge
external: false
external: true
```
### Create static configuration file