Skip to content

Commit

Permalink
adding environment variables (sharu725#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
julianofischer authored Jan 19, 2023
1 parent 1d58178 commit 4e89e3c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ services:
ports:
- 4000:4000
volumes:
- .:/srv/jekyll
- .:/srv/jekyll
environment:
JEKYLL_UID: 1001
JEKYLL_GID: 1001

0 comments on commit 4e89e3c

Please sign in to comment.