Skip to content

Commit 4883684

Browse files
authored
Add Container Name (alshedivat#1021)
1 parent e78a622 commit 4883684

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ version: "3"
33
services:
44
jekyll:
55
image: amirpourmand/al-folio
6+
container_name: al-folio-website
67
command: bash -c "
78
rm -f Gemfile.lock
89
&& bundler exec jekyll serve --watch --port=8080 --host=0.0.0.0 --livereload --verbose"

docker-local.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ version: "3"
33
services:
44
jekyll_custom:
55
build: .
6+
container_name: al-folio-local-website
67
command: bash -c "
78
rm -f Gemfile.lock
89
&& bundler exec jekyll serve --watch --port=8080 --host=0.0.0.0 --livereload --verbose"

0 commit comments

Comments
 (0)