WORKDIR should be different

Hello Team,

can some one help how I can get below requirements

currently my docker has below parameters
WORKDIR /red/data
VOLUME [“/red/data”,“/red/tmp”]

and append-only file stores under /red/data/ location

Requirement

I want WORKDIR should be only /red and append-only file stores under /red/data

can you please let me know how I can configure gitlab-redis such way

Regards,
SAMURAI