mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-01-17 20:58:34 +01:00
10 lines
156 B
YAML
Executable File
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 |