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