new port
This commit is contained in:
parent
abdf305613
commit
97502e8e53
@ -1,4 +1,4 @@
|
|||||||
docker stop bblbtv_dns &&\
|
docker stop bblbtv_dns &&\
|
||||||
docker rm --force bblbtv_dns &&\
|
docker rm --force bblbtv_dns &&\
|
||||||
docker build -t bblbtv_dns . &&\
|
docker build -t bblbtv_dns . &&\
|
||||||
docker run -v ${PWD}/logs:/usr/src/app/logs -d --name bblbtv_dns bblbtv_dns:latest
|
docker run -p 6969:6969 -v ${PWD}/logs:/usr/src/app/logs -d --name bblbtv_dns bblbtv_dns:latest
|
2
app.js
2
app.js
@ -3,7 +3,7 @@ fs = require('fs');
|
|||||||
var tableify = require('tableify');
|
var tableify = require('tableify');
|
||||||
const express = require('express')
|
const express = require('express')
|
||||||
const app = express()
|
const app = express()
|
||||||
const port = 3000
|
const port = 6969
|
||||||
|
|
||||||
const url = "http://webservgroup.xyz/smarters4567891/api/home.php?action=dns"
|
const url = "http://webservgroup.xyz/smarters4567891/api/home.php?action=dns"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user