Skip to content

Commit c61a7dc

Browse files
authored
Update README.md
1 parent 4c58450 commit c61a7dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ services:
2222
PASSWORD: ${QB_PASSWORD}
2323
BASE_URL: ${QB_URL}
2424
AUTH_TOKEN: ${AUTH_TOKEN}
25-
LISTEN_PORT: "9911"
2625
restart: unless-stopped
2726
volumes:
2827
- ./logs:/app/logs # Optional
@@ -40,6 +39,7 @@ RATE_LIMIT: "10" # API requests per minute (default: 10)
4039
LOG_RETENTION_DAYS: 3 # 0 for purge-on-restart
4140
LOG_DIR: /app/logs # Where docker should save your logs
4241
DEBUG: true # Logs level
42+
LISTEN_PORT: "9911". # Port on which qBW should listen internally
4343
```
4444

4545
## Environment Variables

0 commit comments

Comments
 (0)