Check out a userscript which highlights deleted posts.
GitHub
79073833
Date:
2024-10-10 10:05:56
Score:
1
Natty:
Report link
I faced the same issue earlier and here is what I done.
Check the owner of the directory and use
chown
if needed (I think at least user in "docker" group able to access it)
add
privileged
option
Specify the root user (or any other user you running the docker) by
--user 0:0
Reasons:
Low length (0.5):
Has code block (-0.5):
Low reputation (1):
Posted by:
C.Andrew