We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e2d18b commit 51d330dCopy full SHA for 51d330d
1 file changed
docker-compose.yml
@@ -1,11 +1,12 @@
1
services:
2
testingconferences:
3
- image: jekyll/jekyll:4.2.2
+ image: ruby:3.2
4
container_name: tcorg
5
ports:
6
- - 4000:4000 # jekyll ui
7
- command: sh -c "bundle install && jekyll serve"
+ - 4000:4000
+ command: sh -c "gem install bundler:2.4.17 && bundle install && jekyll serve --host 0.0.0.0"
8
restart: unless-stopped
9
platform: linux/amd64
10
volumes:
11
- ./:/srv/jekyll
12
+ working_dir: /srv/jekyll
0 commit comments