forked from robert/robertjohnson.work
adding environment variables (#333)
This commit is contained in:
parent
1d5817820a
commit
4e89e3cb90
@ -6,4 +6,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 4000:4000
|
- 4000:4000
|
||||||
volumes:
|
volumes:
|
||||||
- .:/srv/jekyll
|
- .:/srv/jekyll
|
||||||
|
environment:
|
||||||
|
JEKYLL_UID: 1001
|
||||||
|
JEKYLL_GID: 1001
|
Loading…
Reference in New Issue
Block a user