Refactor docker-compose.yml & Dockerfile; Add Dockerfile_Ngx_template

This commit is contained in:
2024-10-25 15:50:02 +03:00
parent 76aef119bd
commit e6d39be83f
5 changed files with 80 additions and 13 deletions

7
Dockerfile_Ngx_Template Normal file
View File

@@ -0,0 +1,7 @@
FROM nginx:latest
COPY ./scripts/knocking_setup.sh /root/scripts/knocking_setup.sh
RUN apt update \
&& apt install knockd htop iptables iproute2 vim curl -y