geerlingguy / geerlingguy/drupal-container
folder permission issues
- Dominant language
- Shell
- Stars
- 48
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
after running ansible and docker run I get erros in docker logs (macos m1):
```
2024-05-16 14:13:18 Removing any existing files inside /var/www/html...
2024-05-16 14:13:18 Downloading Drupal...
2024-05-16 14:13:39 Download complete!
2024-05-16 14:13:39 Configuring settings.php with environment variables...
2024-05-16 14:13:39 Correcting permissions on /var/www...
2024-05-16 14:13:47 chown: changing ownership of '/var/www/html/vendor/web.config': Permission denied
2024-05-16 14:13:47 chown: changing ownership of '/var/www/html/vendor/.htaccess': Permission denied
2024-05-16 14:14:52 AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.2. Set the 'ServerName' directive globally to suppress this message
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.