mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 12:32:12 +00:00
tweaking
This commit is contained in:
parent
84c51afe17
commit
7638fb89d6
2 changed files with 4 additions and 8 deletions
|
@ -4,11 +4,9 @@ FROM alpine
|
|||
ADD dist/ /root/dist/
|
||||
|
||||
# Get and install dependencies & packages
|
||||
RUN apk -U upgrade && \
|
||||
apk add bash \
|
||||
nginx \
|
||||
nginx-mod-http-headers-more \
|
||||
procps && \
|
||||
RUN apk -U --no-cache add \
|
||||
nginx \
|
||||
nginx-mod-http-headers-more && \
|
||||
|
||||
# Setup configs
|
||||
mkdir -p /run/nginx && \
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
# T-Pot (Standard)
|
||||
# For docker-compose ...
|
||||
version: '2.2'
|
||||
version: '2.3'
|
||||
|
||||
services:
|
||||
|
||||
|
|
Loading…
Reference in a new issue