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

Fix Log Permission Issue #18

Merged
merged 1 commit into from
Apr 6, 2023
Merged

Fix Log Permission Issue #18

merged 1 commit into from
Apr 6, 2023

Conversation

eugene-davis
Copy link
Contributor

Fixes #17

For some reason GITHUB_TOKEN would not work on my build, successful builds were run with a PAT - I'm guessing this was a transient issue so I removed the commit referencing that. I made some other updates to the workflow while trying to resolve it.

Changes

  • set owner and permissions on apache log directory
  • bind only to localhost during build (this should avoid the occasional build failures where it cannot bind to 0.0.0.0:8080)
  • update actions in workflow

@eugene-davis
Copy link
Contributor Author

See build https://github.com/eugene-davis/agendav-docker/actions/runs/4623231807/jobs/8176901968 for this build + the token change

@eugene-davis
Copy link
Contributor Author

Resulting image at ghcr.io/eugene-davis/agendav-docker:2.6.0.17

@nagimov nagimov merged commit f18ab52 into nagimov:master Apr 6, 2023
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

Successfully merging this pull request may close these issues.

apache2: could not open error log file /var/log/apache2/error.log
2 participants