Skip to main content

Troubleshooting | Docker permissions:

Docker permissions:

FYI: On first setup, main/root directory is set to "root"

image.png

Inside your root directory, Your main website directory well be set to root. Change it. Go into the docker container and get the user ID number. In my case it was 102. Exit the container and chown 102:102 your directory so that the container has its own permissions.

chown 102:102

 image.png


Data Base:

The date base should be fine if it looks like:image.png

Extra-Addons:

image.png