feat: update dashboard port from 8080 to 8420 in configuration and documentation
This commit is contained in:
+2
-2
@@ -4,10 +4,10 @@ services:
|
||||
container_name: thc-webhook-app
|
||||
environment:
|
||||
- DISCORD_WEBHOOK_URL=${DISCORD_WEBHOOK_URL}
|
||||
- DASHBOARD_PORT=8080
|
||||
- DASHBOARD_PORT=8420
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8080:8080"
|
||||
- "8420:8420"
|
||||
logging:
|
||||
driver: json-file
|
||||
options:
|
||||
|
||||
Reference in New Issue
Block a user