We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5f3efa commit af43533Copy full SHA for af43533
Dockerfile
@@ -29,6 +29,8 @@ WORKDIR $BOOKSTACK_HOME
29
30
EXPOSE 80
31
32
+VOLUME ["$BOOKSTACK_HOME/public/uploads","$BOOKSTACK_HOME/public/storage"]
33
+
34
ENTRYPOINT ["/docker-entrypoint.sh"]
35
36
ARG BUILD_DATE
0 commit comments