mineshaftgap / d4m-nfs

Docker for Mac with NFS for performance improvements over osxfs
296 stars 26 forks source link

Session data file is not created by your uid #36

Closed migo315 closed 7 years ago

migo315 commented 7 years ago

I get the error "Session data file is not created by your uid" in my symfony project.

Does anyone have an idea to solve it?

My /etc/exports:

# d4m-nfs exports

"/Users" -alldirs -mapall=501:20 localhost
"/Volumes" -alldirs -mapall=501:20 localhost
"/private" -alldirs -mapall=501:20 localhost

In my docker-compose:

        volumes:
            - .:/var/www
if-kyle commented 7 years ago

Please complete all information found in the "Opening Github Issues" of the README. I also suggest looking at the examples folder.

if-kyle commented 7 years ago

Closing as no activity from user.

migo315 commented 7 years ago

I'm so sorry. I solved the problem by using following mount options:

/Users:/Users:0:0 /Volumes:/Volumes:0:0 /private:/private:0:0

D4m-nfs works great - thumbs up ;.)

tylers-username commented 6 years ago

@migo315 - where was this config applied?