efrecon / docker-s3fs-client

Alpine-based s3fs client: mount from container, make available to other containers
BSD 3-Clause "New" or "Revised" License
181 stars 64 forks source link

How can i set UID and GID differ than su RUNAS user? #9

Closed rolsite closed 3 years ago

rolsite commented 3 years ago

Hi,

My apache user is www:data (UID 33 AND GID 33)

su RUNAS command only work with UID 1000 and GID 1000.

How can i set UID and GID differ than su RUNAS user?

efrecon commented 3 years ago

Have you tried setting the environment variables UID and GID to 33 when running?

efrecon commented 3 years ago

This is old and has become stale. I will close with a final thought. Maybe should migrate the ideas from this implementation.