We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c58450 commit c61a7dcCopy full SHA for c61a7dc
README.md
@@ -22,7 +22,6 @@ services:
22
PASSWORD: ${QB_PASSWORD}
23
BASE_URL: ${QB_URL}
24
AUTH_TOKEN: ${AUTH_TOKEN}
25
- LISTEN_PORT: "9911"
26
restart: unless-stopped
27
volumes:
28
- ./logs:/app/logs # Optional
@@ -40,6 +39,7 @@ RATE_LIMIT: "10" # API requests per minute (default: 10)
40
39
LOG_RETENTION_DAYS: 3 # 0 for purge-on-restart
41
LOG_DIR: /app/logs # Where docker should save your logs
42
DEBUG: true # Logs level
+LISTEN_PORT: "9911". # Port on which qBW should listen internally
43
```
44
45
## Environment Variables
0 commit comments