Closed sergio-ns closed 3 years ago
Fixed by creating a new user (jekyll), changing environment variables to:
environment:
- JEKYLL_UID=1000
- JEKYLL_GID=1000
and creating upfront the site directory and granting privileges to user jekyll. The above should be mentioned in the documentation, for the benefit of those who are not familiar with ruby. But now I'm stuck at Issue #272
Thanks
Hello, I'm trying to create a new site and I get this error message (full trace below): jekyll 4.2.0 | Error: Permission denied @ dir_s_mkdir - /srv/jekyll/mysite
This is my docker compose yml:
The command I'm running (as root) is:
docker-compose up new
Full trace:
Thanks S.