Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
app:
user: "0:0"
user: "5001:0"
Copy link

Copilot AI Jan 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The README.md file contains a docker-compose example that still has user: "0:0" on line 51. For consistency and to fully address issue #7134, this example should also be updated to user: "5001:0" to match the change made in docker-compose.yml. The issue specifically mentioned that the README's compose file should be updated as well.

Copilot uses AI. Check for mistakes.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot open a new pull request to apply changes based on this feedback

image: etherpad/etherpad:latest
tty: true
stdin_open: true
Expand Down
Loading