Compare commits

..

1 commit

Author SHA1 Message Date
dz
f6f9e0bf42
Merge cbcf7871ec into 5a69b3d460 2025-08-15 09:56:55 +02:00
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ WORKDIR /app
#
RUN apk -U upgrade
RUN apk -U add git openssl
RUN git clone https://github.com/t3chn0m4g3/h0neytr4p -b v0.35 /app
RUN git clone https://github.com/t3chn0m4g3/h0neytr4p -b v0.33 /app
RUN go mod download
RUN go mod tidy
RUN go build -o /app/main

View file

@ -15,7 +15,7 @@ services:
ports:
- "80:80"
- "443:443"
image: "ghcr.io/telekom-security/h0neytr4p:24.04.1"
image: "dtagdevsec/h0neytr4p:24.04"
read_only: true
volumes:
- $HOME/tpotce/data/h0neytr4p/log/:/opt/h0neytr4p/log/