dsavell / docker-grav

Docker Container for GRAV CMS
MIT License
40 stars 18 forks source link

Unable to `su` as user xyz #36

Closed hughbris closed 9 months ago

hughbris commented 2 years ago

I can see that this is because useradd uses -s /bin/false. Is there a good reason for this?

The reason I would find it handy is to run bin/gpm as the webserver user to avoid permission problems (which are fixed easily enough, but it's another step).

dsavell commented 9 months ago

Stale, please re-raise if still an issue

hughbris commented 9 months ago

I'm only using your image on one site right now because I can't get multisite to work on my Caddy image that I otherwise use nowadays.

Stale, please re-raise if still an issue

Will do.

I must admit I've never understood conflating old with "stale". There's a difference. That said, maybe my knowledge when I raised this issue has moved on and is now stale :) Perhaps what I wanted to do will work with docker exec -u.

Thanks for not using a stalebot too :)