Skip to content

Commit

Permalink
feat: revert docker user to www-data
Browse files Browse the repository at this point in the history
  • Loading branch information
leavelet committed Oct 4, 2024
1 parent 150275f commit 5181fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server-ce/config/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const settings = {
docker: {
maxContainerAge: 3600000,
image: "code.lcpu.dev/lcpu/sharelatex-base:2024",
user: "root",
user: "www-data",
},
},

Expand Down

0 comments on commit 5181fd3

Please sign in to comment.