Add Container Name (#1021)

This commit is contained in:
Amir Pourmand 2022-12-11 10:21:12 +03:30 committed by GitHub
parent e78a622ac3
commit 4883684acf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -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"

View File

@ -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"