Compare commits

...

1 Commits

Author SHA1 Message Date
Matej Ciglenečki
f13c5d0b62 Remove docker volumes in memgraph images 2021-09-13 15:11:14 +02:00
2 changed files with 4 additions and 14 deletions

View File

@@ -17,11 +17,6 @@ RUN dpkg -i ${deb_release}
# Memgraph listens for Bolt Protocol on this port by default.
EXPOSE 7687
# Snapshots and logging volumes
VOLUME /var/log/memgraph
VOLUME /var/lib/memgraph
# Configuration volume
VOLUME /etc/memgraph
USER memgraph
WORKDIR /usr/lib/memgraph

View File

@@ -17,11 +17,6 @@ RUN dpkg -i ${deb_release}
# Memgraph listens for Bolt Protocol on this port by default.
EXPOSE 7687
# Snapshots and logging volumes
VOLUME /var/log/memgraph
VOLUME /var/lib/memgraph
# Configuration volume
VOLUME /etc/memgraph
USER memgraph
WORKDIR /usr/lib/memgraph