docker/gollum/docker-compose.yml

15 lines
223 B
YAML
Raw Normal View History

2016-11-28 09:29:37 +08:00
version: '2'
services:
app:
image: kennylee26/gollum
container_name: gollum
ports:
- "4567:80"
restart: always
volumes:
- ./data:/wiki:z
environment:
- TZ=Asia/Shanghai