mirror of
https://github.com/netz39/www.netz39.de.git
synced 2025-01-18 20:10:12 +01:00
11 lines
193 B
YAML
11 lines
193 B
YAML
|
version: "2"
|
||
|
services:
|
||
|
jekyll:
|
||
|
image: jekyll/jekyll:4
|
||
|
command: jekyll serve -l
|
||
|
ports:
|
||
|
- 4000:4000
|
||
|
- 35729:35729
|
||
|
volumes:
|
||
|
- .:/srv/jekyll
|