Skip to content

Commit

Permalink
Issue #7772 docker file was updated, log directory is exposed as volume.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii0lomakin committed Oct 27, 2017
1 parent 23518ec commit 6136fcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion distribution/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ADD target/orientdb-community-${ORIENTDB_VERSION}.dir/orientdb-community-${ORIEN

ENV PATH /orientdb/bin:$PATH

VOLUME ["/orientdb/backup", "/orientdb/databases", "/orientdb/config"]
VOLUME ["/orientdb/backup", "/orientdb/databases", "/orientdb/config", "orientdb/log"]

WORKDIR /orientdb

Expand Down
2 changes: 1 addition & 1 deletion distribution/docker/Dockerfile
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN rm -rf /orientdb/databases/*

ENV PATH /orientdb/bin:$PATH

VOLUME ["/orientdb/backup", "/orientdb/databases", "/orientdb/config"]
VOLUME ["/orientdb/backup", "/orientdb/databases", "/orientdb/config", "orientdb/log"]

WORKDIR /orientdb

Expand Down

0 comments on commit 6136fcf

Please sign in to comment.