Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit af43533

Browse filesBrowse files
committed
Add VOLUMES Argument for Dockerfile
This will be easier to handle volumes by the docker engine. Signed-off-by: solidnerd <niclas@mietz.io>
1 parent d5f3efa commit af43533
Copy full SHA for af43533

File tree

Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed

‎Dockerfile

Copy file name to clipboardExpand all lines: Dockerfile
+2Lines changed: 2 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.