Skip to content

Commit

Permalink
Upate docker-compose to be easier to use for permission bug
Browse files Browse the repository at this point in the history
  • Loading branch information
pourmand1376 authored Oct 25, 2024
1 parent 47ed26f commit 5115e3d
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,7 @@ services:
jekyll:
image: amirpourmand/al-folio:v0.12.1
build: .
# uncomment these if you are having this issue with the build:
# /usr/local/bundle/gems/jekyll-4.3.4/lib/jekyll/site.rb:509:in `initialize': Permission denied @ rb_sysopen - /srv/jekyll/.jekyll-cache/.gitignore (Errno::EACCES)
# and fill the args values with the output of the commands on the right
# build:
# args:
# GROUPID: # id -g
# GROUPNAME: # id -gn
# USERID: # id -u
# USERNAME: # echo $USER
user: root
ports:
- 8080:8080
- 35729:35729
Expand Down

0 comments on commit 5115e3d

Please sign in to comment.