Skip to content

Commit

Permalink
Add Container Name (alshedivat#1021)
Browse files Browse the repository at this point in the history
  • Loading branch information
pourmand1376 authored and davidxwu committed Oct 30, 2023
1 parent d5ab380 commit ef2ede3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ version: "3"
services:
jekyll:
image: amirpourmand/al-folio
container_name: al-folio-website
command: bash -c "
rm -f Gemfile.lock
&& bundler exec jekyll serve --watch --port=8080 --host=0.0.0.0 --livereload --verbose"
Expand Down
1 change: 1 addition & 0 deletions docker-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ version: "3"
services:
jekyll_custom:
build: .
container_name: al-folio-local-website
command: bash -c "
rm -f Gemfile.lock
&& bundler exec jekyll serve --watch --port=8080 --host=0.0.0.0 --livereload --verbose"
Expand Down

0 comments on commit ef2ede3

Please sign in to comment.