Skip to content

Commit

Permalink
set volume
Browse files Browse the repository at this point in the history
  • Loading branch information
BartSaelen authored Sep 29, 2017
1 parent 71d6430 commit 7b74b87
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 @@ -10,5 +10,5 @@ RUN mv /tmp/geoserver.war $CATALINA_HOME/webapps/geoserver.war
RUN mkdir /data && mkdir $GEOSERVER_DATA_DIR

EXPOSE 8080
VOLUME [/data/geoserver/]
VOLUME ["/data/geoserver"]
CMD ["catalina.sh", "run"]

0 comments on commit 7b74b87

Please sign in to comment.