Skip to content

Commit

Permalink
Merge pull request #2 from deviantintegral/fix-startup
Browse files Browse the repository at this point in the history
Expose ZSHARK_OPTS and remove broken autoconnect option #1
  • Loading branch information
phdelodder authored May 5, 2023
2 parents acd454f + 792d614 commit 7f0b941
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ ENV DEBIAN_FRONTEND=noninteractive \
ZSHARK_NOVNC_PORT=6080 \
ZSHARK_UID=1000 \
ZSHARK_GID=1000 \
ZSHARK_START_VERBOSE=0
ZSHARK_START_VERBOSE=0 \
ZSHARK_OPTS=

# Install zshark dependencies
RUN apt-get update && \
Expand Down
2 changes: 1 addition & 1 deletion docker/root/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ echo "[zsharkcommunity/zshark] Current zshark version: $ZSHARK_VERSION"
echo "[zsharkcommunity/zshark] Web UI port: $ZSHARK_WEB_PORT"
echo "[zsharkcommunity/zshark] Websockets port: $ZSHARK_WS_PORT"

ZSHARK_OPTS="--auto-connect=1"
ZSHARK_OPTS=${ZSHARK_OPTS:-}

echo "[zsharkcommunity/zshark] Using options" $ZSHARK_OPTS

Expand Down

0 comments on commit 7f0b941

Please sign in to comment.