Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Permission denied when using docker compose up #444

Open
antiftw opened this issue Feb 6, 2024 · 2 comments
Open

Permission denied when using docker compose up #444

antiftw opened this issue Feb 6, 2024 · 2 comments

Comments

@antiftw
Copy link

antiftw commented Feb 6, 2024

Just forked and cloned this repository and I am still getting the same error as mentioned in #332:

online-resume-jekyll-1 | Generating...
online-resume-jekyll-1 | jekyll 3.9.2 | Error: Permission denied @ dir_s_mkdir - /srv/jekyll/_site

Which I find a bit weird since I did notice there was a PR with a commit (#333) that seems to be merged.

However, when I look into the docker-compose.yml in the master branch, I don't see the environment variables that are added in the commit.

Manually adding the two environment variables does fix the problem like expected.

@nelsonmestevao
Copy link
Collaborator

Did you try it with the latest commit?

@antiftw
Copy link
Author

antiftw commented Mar 14, 2024

@nelsonmestevao

Yes, I wouldn't know why not. There's only one branch and no tags, and the latest commit is from Aug 2023 (029317e). Since I forked the repo Feb 2024, I assume I got the latest commit?

And like I said, if you check the docker-compose.yml currently in the repo, it does not contain the two env vars:

environment:
        JEKYLL_UID: 1001
        JEKYLL_GID: 1001

Or am I missing something?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants