mirror of
https://github.com/weslambert/velociraptor-docker.git
synced 2025-09-22 21:11:14 +00:00
rm: version + server_url
- No longer used after discussing with Wes further.
This commit is contained in:
@@ -2,7 +2,6 @@ FROM ubuntu:20.04
|
||||
LABEL version="Velociraptor v0.6.4"
|
||||
LABEL description="Velociraptor server in a Docker container"
|
||||
LABEL maintainer="Wes Lambert, @therealwlambert"
|
||||
ENV VERSION="0.6.4 "
|
||||
COPY ./entrypoint .
|
||||
RUN chmod +x entrypoint && \
|
||||
apt-get update && \
|
||||
|
@@ -3,7 +3,6 @@ set -e
|
||||
BIND_ADDRESS="0.0.0.0"
|
||||
PUBLIC_PATH="public"
|
||||
LOG_DIR="."
|
||||
SERVER_URL="https://VelociraptorServer:8000/"
|
||||
DATASTORE_LOCATION="./"
|
||||
FILESTORE_DIRECTORY="./"
|
||||
CLIENT_DIR="/velociraptor/clients"
|
||||
|
Reference in New Issue
Block a user