diff --git a/UpdateContainer.sh b/UpdateContainer.sh index 03fe841..ce38b7c 100644 --- a/UpdateContainer.sh +++ b/UpdateContainer.sh @@ -1,4 +1,4 @@ docker stop bblbtv_dns &&\ docker rm --force bblbtv_dns &&\ docker build -t bblbtv_dns . &&\ - docker run -v ${PWD}/logs:/usr/src/app/logs -d --name bblbtv_dns bblbtv_dns:latest \ No newline at end of file + docker run -p 6969:6969 -v ${PWD}/logs:/usr/src/app/logs -d --name bblbtv_dns bblbtv_dns:latest \ No newline at end of file diff --git a/app.js b/app.js index 6e64821..8c62345 100644 --- a/app.js +++ b/app.js @@ -3,7 +3,7 @@ fs = require('fs'); var tableify = require('tableify'); const express = require('express') const app = express() -const port = 3000 +const port = 6969 const url = "http://webservgroup.xyz/smarters4567891/api/home.php?action=dns"