update docker files

This commit is contained in:
Nils 2022-05-29 15:32:28 +02:00
parent 188dc88d12
commit d87f9b568b
Signed by: byreqz
GPG Key ID: 396A62D7D436749E
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ RUN CGO_ENABLED=0 go build -o probehost2
FROM alpine:latest
RUN apk update
RUN apk add mtr iputils
RUN apk add mtr iputils nmap-nping
COPY --from=builder /build/probehost2 /
RUN touch /probehost2.log
CMD ["/probehost2"]

View File

@ -3,7 +3,7 @@ version: '2.3'
services:
probehost2:
container_name: probehost2
image: byreqz/probehost2:latest
image: reg.nils.lol/byreqz/probehost2:latest
restart: unless-stopped
environment:
- PROBEHOST_LOGPATH=/probehost2.log