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. (hackforla#3068)
  • Loading branch information
ericvennemeyer committed Jun 27, 2022
1 parent 2d14c26 commit 35f7cc8
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 35f7cc8

Please sign in to comment.