Skip to content

Commit

Permalink
Update ports and logs location
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Oct 27, 2023
1 parent 84d4b81 commit 3deb446
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.key
conf/*
data/*
gem-*/*
Expand Down
2 changes: 1 addition & 1 deletion source/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ ENV PATH=$GEMSTONE/bin:$PATH
ENV SHELL=/usr/bin/bash

ENV NETLDI_SERVICE_NAME=gs64ldi
ENV NETLDI_PORT=50386
ENV NETLDI_PORT=50384

# Copy startup scripts
COPY start-gem.sh ${GEMSTONE_GLOBAL_DIR}/start-gem.sh
Expand Down
1 change: 1 addition & 0 deletions source/start-gem.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ startnetldi \
-n \
-P "${NETLDI_PORT}" \
-l "${GEMSTONE_LOG_DIR}/${NETLDI_SERVICE_NAME}.log" \
-D "${GEMSTONE_LOG_DIR}" \
${NETLDI_ARGS:-} \
"${NETLDI_SERVICE_NAME}"

Expand Down

0 comments on commit 3deb446

Please sign in to comment.