Add Container Name (#1021)
This commit is contained in:
parent
e78a622ac3
commit
4883684acf
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user