Add 'docker_portainer_stacks/jekyll/stack.yaml'
This commit is contained in:
parent
ae975982a2
commit
7af942efb3
16
docker_portainer_stacks/jekyll/stack.yaml
Normal file
16
docker_portainer_stacks/jekyll/stack.yaml
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
version: "3.8"
|
||||
services:
|
||||
jekyll:
|
||||
image: "jekyll/jekyll:latest"
|
||||
container_name: "jekyll"
|
||||
hostname: "jekyll"
|
||||
command: "jekyll serve --force_polling"
|
||||
network_mode: "bridge"
|
||||
environment:
|
||||
- "TZ=Europe/Amsterdam"
|
||||
volumes:
|
||||
- "/home/sthope/jekyll:/srv/jekyll"
|
||||
ports:
|
||||
- "4000:4000"
|
||||
restart: "unless-stopped"
|
Loading…
x
Reference in New Issue
Block a user