Skip to content

Commit 1f6b32c

Browse files
authored
Update docker-compose.yml
1 parent 2c79eef commit 1f6b32c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ services:
2121
- VIRTUAL_HOST=webdevff0b3218aaad11e7abc4cec278b6b50a_JEKYLL_HOST
2222
- CERT_NAME=webdevff0b3218aaad11e7abc4cec278b6b50a_ENV_DOMAIN
2323
ports:
24-
- "4000:4000"
24+
- "4000"
2525
volumes:
2626
- .:/usr/src/app
27-
command: bash -c 'cd /usr/src/app; sudo bundle update; jekyll serve -d _site --watch --host=0.0.0.0 --port webdevff0b3218aaad11e7abc4cec278b6b50a_JEKYLL_PORT'
27+
command: bash -c 'cd /usr/src/app; jekyll serve -d _site --watch --host=0.0.0.0 --port webdevff0b3218aaad11e7abc4cec278b6b50a_JEKYLL_PORT'
2828
image: jekyll:docker
2929
container_name: webdevff0b3218aaad11e7abc4cec278b6b50a_JEKYLL_CONTAINER
3030
external_links:

0 commit comments

Comments
 (0)