We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c79eef commit 1f6b32cCopy full SHA for 1f6b32c
1 file changed
docker-compose.yml
@@ -21,10 +21,10 @@ services:
21
- VIRTUAL_HOST=webdevff0b3218aaad11e7abc4cec278b6b50a_JEKYLL_HOST
22
- CERT_NAME=webdevff0b3218aaad11e7abc4cec278b6b50a_ENV_DOMAIN
23
ports:
24
- - "4000:4000"
+ - "4000"
25
volumes:
26
- .:/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'
+ command: bash -c 'cd /usr/src/app; jekyll serve -d _site --watch --host=0.0.0.0 --port webdevff0b3218aaad11e7abc4cec278b6b50a_JEKYLL_PORT'
28
image: jekyll:docker
29
container_name: webdevff0b3218aaad11e7abc4cec278b6b50a_JEKYLL_CONTAINER
30
external_links:
0 commit comments