tweaking, license info, readme credits, avoid redis port conflict

This commit is contained in:
t3chn0m4g3
2022-02-25 16:59:17 +00:00
parent 8f8bdcbefa
commit 3d0d69c541
4 changed files with 11 additions and 19 deletions

View File

@ -1,7 +1,7 @@
FROM alpine:3.15
#
# Include dist
ADD dist/ /root/dist/
#ADD dist/ /root/dist/
#
# Install packages
RUN apk -U add \
@ -18,8 +18,7 @@ RUN apk -U add \
git clone https://github.com/t3chn0m4g3/geoip-attack-map && \
cd geoip-attack-map && \
# git checkout 4dae740178455f371b667ee095f824cb271f07e8 && \
#sed "s/MarkupSafe==1.0/MarkupSafe==1.1.1/g" -i requirements.txt && \
cp /root/dist/* . && \
# cp /root/dist/* . && \
pip3 install -r requirements.txt && \
pip3 install flask && \
setcap cap_net_bind_service=+ep /usr/bin/python3.9 && \

View File

@ -11,8 +11,6 @@ services:
restart: always
stop_signal: SIGKILL
tty: true
ports:
- "127.0.0.1:6379:6379"
image: "dtagdevsec/redis:2203"
read_only: true