Skip to content

Commit

Permalink
DBZ-8206 Changed server config volume path
Browse files Browse the repository at this point in the history
  • Loading branch information
jcechace committed Sep 11, 2024
1 parent c2ba672 commit 62f5d73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion server/3.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ WORKDIR $SERVER_HOME
# Expose the ports and set up volumes for the data, transaction log, and configuration
#
EXPOSE 8080
VOLUME ["/debezium/conf","/debezium/data"]
VOLUME ["/debezium/config","/debezium/data"]

CMD ["/debezium/run.sh"]
4 changes: 2 additions & 2 deletions server/3.0/Dockerfile.local
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN mkdir $SERVER_HOME/conf && \
#
# Download and install Debezium Server
#
COPY debezium-server-dist-2.6.0-SNAPSHOT.tar.gz /tmp/debezium.tar.gz
COPY debezium-server-dist-3.0.0-SNAPSHOT.tar.gz /tmp/debezium.tar.gz

#
# Verify the contents and then install ...
Expand Down Expand Up @@ -62,6 +62,6 @@ WORKDIR $SERVER_HOME
# Expose the ports and set up volumes for the data, transaction log, and configuration
#
EXPOSE 8080
VOLUME ["/debezium/conf","/debezium/data"]
VOLUME ["/debezium/config","/debezium/data"]

CMD ["/debezium/run.sh"]

0 comments on commit 62f5d73

Please sign in to comment.