Attention

You can now run different PHP versions per project: Release v3.0.0-beta-0.1

Find your user id and group id on Windows

Table of Contents

Docker for Windows

On Docker for Windows it is not necessary to change uid and gid in your .env file.

Note

Docker for Windows is internally using network shares (SMB) to mount Docker volumes. This does not require to syncronize file and directoriy permissions via uid and gid.

Docker Toolbox

On Docker Toolbox it is important that you open up a Docker environment prepared terminal window.

Find your user id (uid)

Type the following command to retrieve the correct uid.

host> id -u

Find your group id (gid)

Type the following command to retrieve the correct gid.

host> id -g