Skip to content

Commit af43533

Browse files
committed
Add VOLUMES Argument for Dockerfile
This will be easier to handle volumes by the docker engine. Signed-off-by: solidnerd <[email protected]>
1 parent d5f3efa commit af43533

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ WORKDIR $BOOKSTACK_HOME
2929

3030
EXPOSE 80
3131

32+
VOLUME ["$BOOKSTACK_HOME/public/uploads","$BOOKSTACK_HOME/public/storage"]
33+
3234
ENTRYPOINT ["/docker-entrypoint.sh"]
3335

3436
ARG BUILD_DATE

0 commit comments

Comments
 (0)