robertjohnson.work/docker-compose.yml
Stefan Haun 78bb1e6580
Set compose version to "2" (#299)
This docker-compose works well as a version-2 file and is available to more installations.

Co-authored-by: Nelson Estevão <nelsonmestevao@gmail.com>
2023-01-19 18:44:41 +00:00

13 lines
253 B
YAML

version: "2"
services:
jekyll:
image: jekyll/jekyll:3.8
command: jekyll serve --force_polling
ports:
- 4000:4000
volumes:
- .:/srv/jekyll
environment:
JEKYLL_UID: 1001
JEKYLL_GID: 1001