Update to 0.4.6

This commit is contained in:
Wes Lambert
2020-07-12 14:55:27 +00:00
parent 527962faa8
commit d864b80169
2 changed files with 6 additions and 7 deletions

View File

@@ -1,8 +1,8 @@
FROM ubuntu:18.04 FROM ubuntu:18.04
LABEL version="Velociraptor v0.4.5" LABEL version="Velociraptor v0.4.6"
LABEL description="Velociraptor server in a Docker container" LABEL description="Velociraptor server in a Docker container"
LABEL maintainer="Wes Lambert, @therealwlambert" LABEL maintainer="Wes Lambert, @therealwlambert"
ENV VERSION="0.4.5" ENV VERSION="0.4.6"
COPY ./entrypoint . COPY ./entrypoint .
RUN chmod +x entrypoint && \ RUN chmod +x entrypoint && \
apt-get update && \ apt-get update && \

View File

@@ -2,13 +2,12 @@ version: '2'
services: services:
velox: velox:
container_name: velociraptor container_name: velociraptor
image: wlambert/velociraptor #image: wlambert/velociraptor
#build: build:
# context: ./ context: ./
# dockerfile: Dockerfile dockerfile: Dockerfile
volumes: volumes:
- ./velociraptor:/velociraptor/:rw - ./velociraptor:/velociraptor/:rw
#- ./entrypoint:/entrypoint:ro
ports: ports:
- "8000:8000" - "8000:8000"
- "8001:8001" - "8001:8001"