This repository has been archived on 2023-02-03. You can view files and clone it, but cannot push or open issues or pull requests.
autonomic.zone/docker-compose.yml

14 lines
255 B
YAML
Raw Normal View History

2020-05-01 08:30:31 +00:00
---
2021-01-26 11:17:40 +00:00
version: "3.8"
2020-05-01 08:30:31 +00:00
services:
jekyll:
image: decentral1se/autonomic.zone:latest
command: |
bundle exec
jekyll serve --watch --host 0.0.0.0 --force_polling --trace
2020-05-16 15:41:19 +00:00
volumes:
- ".:/srv/jekyll"
2020-05-01 08:30:31 +00:00
ports:
- "4000:4000"