mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-08-23 19:36:57 +00:00
Compare commits
3 commits
f6f9e0bf42
...
49e6d62262
Author | SHA1 | Date | |
---|---|---|---|
![]() |
49e6d62262 | ||
![]() |
eefbf7ddcf | ||
![]() |
1b528ea9f9 |
2 changed files with 2 additions and 2 deletions
|
@ -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.33 /app
|
||||
RUN git clone https://github.com/t3chn0m4g3/h0neytr4p -b v0.35 /app
|
||||
RUN go mod download
|
||||
RUN go mod tidy
|
||||
RUN go build -o /app/main
|
||||
|
|
|
@ -15,7 +15,7 @@ services:
|
|||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
image: "dtagdevsec/h0neytr4p:24.04"
|
||||
image: "ghcr.io/telekom-security/h0neytr4p:24.04.1"
|
||||
read_only: true
|
||||
volumes:
|
||||
- $HOME/tpotce/data/h0neytr4p/log/:/opt/h0neytr4p/log/
|
||||
|
|
Loading…
Reference in a new issue