Skip to content

Commit

Permalink
Remove VOLUME from Dockerfile
Browse files Browse the repository at this point in the history
Fixes #117

Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Apr 28, 2017
1 parent 6f28900 commit 76631a4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Expand Up @@ -37,9 +37,6 @@ RUN set -x \
&& find /www -type d -exec chmod 750 {} \; \
&& find /www -type f -exec chmod 640 {} \;

# Add volume for sessions to allow session persistence
VOLUME /sessions

# We expose phpMyAdmin on port 80
EXPOSE 80

Expand Down

0 comments on commit 76631a4

Please sign in to comment.