I ran docker run --name some-drupal -p 8080:80 -d insready/drupal-commerce and then went to http://localhost:8080. The installation page loaded fine.
However, I cant move past the installation page due to:
Errors found
Configuration directory: sync
An automated attempt to create the directory ../config/sync failed, possibly due to a permissions problem. To proceed with the installation, either create the directory and modify its permissions manually or ensure that the installer has the permissions to create it automatically. For more information, see INSTALL.txt or the online handbook.
How can I resolve this?
I ran
docker run --name some-drupal -p 8080:80 -d insready/drupal-commerceand then went to http://localhost:8080. The installation page loaded fine.However, I cant move past the installation page due to:
How can I resolve this?