Replies: 3 comments
-
I found the fix for this:
The reason for error is because in the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Try this: docker exec -it --user=www-data container-name /bin/bash |
Beta Was this translation helpful? Give feedback.
0 replies
-
try
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello we are using wordpress docker image. Thanks for this image first of all. We can login to a running container using:
This logs the user as
root
. From here how can we change the user towww-data
? We tried:but it says:
Thanks for your help.
Beta Was this translation helpful? Give feedback.
All reactions