mirror of
https://github.com/tornadocash/ip-echo.git
synced 2024-11-21 17:36:55 +01:00
minor changes
This commit is contained in:
parent
ba0d8d5c6d
commit
c16f90f8c6
@ -1,10 +1,7 @@
|
||||
FROM node:11
|
||||
|
||||
WORKDIR /app
|
||||
COPY package.json package-lock.json ./
|
||||
RUN npm install
|
||||
|
||||
COPY . .
|
||||
|
||||
EXPOSE 3000
|
||||
CMD ["node", "main.js"]
|
3
README.md
Normal file
3
README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# ip-echo
|
||||
|
||||
Returns ip and geo data of server that made the request
|
@ -2,7 +2,7 @@ version: '2'
|
||||
|
||||
services:
|
||||
ip-echo:
|
||||
image: poma/ip-echo
|
||||
image: peppersec/ip-echo
|
||||
environment:
|
||||
# VIRTUAL_HOST: ip.tornado.cash
|
||||
# LETSENCRYPT_HOST: ip.tornado.cash
|
||||
|
Loading…
Reference in New Issue
Block a user