Skip to content

Commit

Permalink
Fix container name.
Browse files Browse the repository at this point in the history
  • Loading branch information
ejball committed Apr 27, 2023
1 parent 016c1c7 commit 2925528
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
Expand Up @@ -3,7 +3,7 @@ version: '3'
services:
jekyll:
image: jekyll/jekyll:pages
container_name: reponame
container_name: faithlifedata
command: jekyll serve --force_polling --livereload
ports:
- 4000:4000
Expand Down

0 comments on commit 2925528

Please sign in to comment.