feat(devops): make web port configurable via environment variables
This commit is contained in:
@@ -48,6 +48,6 @@ docker-compose up -d
|
||||
|
||||
echo "======================================"
|
||||
echo " NexusGuard is successfully running! "
|
||||
echo " Web Dashboard : http://localhost"
|
||||
echo " Web Dashboard : http://localhost:${WEB_PORT:-80}"
|
||||
echo " API Port : ${API_PORT:-8080}"
|
||||
echo "======================================"
|
||||
|
||||
Reference in New Issue
Block a user