docker/gollum/docker-compose.yml
2019-06-27 16:07:36 +08:00

19 lines
376 B
YAML

version: '2'
services:
app:
image: registry.cn-hangzhou.aliyuncs.com/kennylee/gollum
container_name: gollum
ports:
- "4567:80"
volumes:
- ./data:/wiki:z
restart: on-failure
logging:
driver: 'json-file'
options:
max-size: '12m'
max-file: '5'