Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Commelina committed Aug 22, 2024
1 parent 669205c commit 3099145
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker/base-hornbill/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG HORNBILL_IMAGE="hstreamdb/hornbill:latest"
ARG HORNBILL_IMAGE="ghcr.io/hstreamdb/hornbill:latest"
FROM ${HORNBILL_IMAGE}

ENV DEBIAN_FRONTEND=noninteractive
Expand Down
8 changes: 4 additions & 4 deletions docker/fdb-hornbill/start.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FDB_CLUSTER_FILE="/etc/foundationdb/fdb.cluster"
FDB_PORT=4500
FDB_NETWORKING_MODE="container"
fdbcli="/usr/bin/fdbcli"
export FDB_CLUSTER_FILE="/etc/foundationdb/fdb.cluster"
export FDB_PORT=4500
export FDB_NETWORKING_MODE="container"
export fdbcli="/usr/bin/fdbcli"

## start fdb server
/var/fdb/scripts/fdb.bash >> /tmp/$HOSTNAME.log 2>&1 &
Expand Down

0 comments on commit 3099145

Please sign in to comment.