1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-01-17 04:38:28 +01:00
tabler-icons/docker-compose.yml
2020-06-05 20:57:04 +02:00

10 lines
156 B
YAML
Executable File

version: '2'
services:
jekyll:
image: jekyll/jekyll:latest
command: npm run start
ports:
- 4001:4001
volumes:
- .:/srv/jekyll