Skip to content

Commit

Permalink
Merge pull request #74 from clemblanco/patch-1
Browse files Browse the repository at this point in the history
Fix permission issue for nginx logs
  • Loading branch information
timkelty authored Sep 3, 2023
2 parents 4b7cedd + 5a1018c commit ec86cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN touch /run/nginx.pid
RUN touch /run/supervisord.pid
RUN chown www-data /run/nginx.pid
RUN chown www-data /run/supervisord.pid
RUN chown -R www-data:www-data /var/lib/nginx/logs/
RUN chown -R www-data:www-data /var/lib/nginx/
USER www-data

EXPOSE 8080
Expand Down

0 comments on commit ec86cb9

Please sign in to comment.