Skip to content

Commit

Permalink
Update docker-compose.yml file to use hackforla image instead of jeky…
Browse files Browse the repository at this point in the history
…ll/jekyll:pages. (#3068) (#3319)

Great work and thank you for spending the time to make and work on this issue as well!
  • Loading branch information
ericvennemeyer authored Jun 29, 2022
1 parent 1b46be1 commit 4475e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
hfla_site:
image: jekyll/jekyll:pages
image: hackforlaops/ghpages:latest
container_name: hfla_site
command: jekyll serve --force_polling --livereload --config _config.yml,_config.docker.yml -I
environment:
Expand Down

0 comments on commit 4475e17

Please sign in to comment.