Skip to content

Commit

Permalink
Fixing mongo data volume path #236
Browse files Browse the repository at this point in the history
  • Loading branch information
iartem committed Apr 27, 2016
1 parent 6ffdd98 commit d7d2b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN useradd -r -M -U -d /opt/countly -s /bin/false countly && \
/opt/countly/bin/countly.install.sh

## Add MongoDB data volume
VOLUME ["/data"]
VOLUME ["/var/lib/mongodb"]

# Change MongoDB folder permissions and add services folders
RUN chown -R mongodb:mongodb /data && \
Expand Down

0 comments on commit d7d2b51

Please sign in to comment.