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 c4805a9

Browse filesBrowse files
committed
Updated user to 1000090000
1 parent 98bbc5e commit c4805a9
Copy full SHA for c4805a9

File tree

Expand file treeCollapse file tree

2 files changed

+1
-3
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+1
-3
lines changed

‎Dockerfile

Copy file name to clipboardExpand all lines: Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ VOLUME ["$BOOKSTACK_HOME/public/uploads","$BOOKSTACK_HOME/public/storage"]
3636
RUN chown -R www-data:www-data public/uploads && chmod -R 775 public/uploads \
3737
&& chown -R www-data:www-data storage/uploads && chmod -R 775 storage/uploads
3838

39-
USER www-data:www-data
39+
USER 1000090000:www-data
4040

4141
CMD ["/docker-entrypoint.sh"]
4242

‎docker-entrypoint.sh

Copy file name to clipboardExpand all lines: docker-entrypoint.sh
-2Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
#!/bin/bash
2-
echo "Running as " && whoami
3-
42
set -e
53

64
echoerr() { echo "$@" 1>&2; }

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.