Files
docker/koreader-sync-server/docker-compose.yml
2025-01-09 14:35:45 +08:00

18 lines
480 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

services:
koreader-sync-server:
# github镜像ghcr.io/johngong/koreader-sync-server:latest
image: johngong/koreader-sync-server:latest
container_name: koreader-sync-server
ports:
- 7200:7200
volumes:
- ./config:/config
- ./logs/app:/app/koreader-sync-server/logs
- ./logs/redis:/var/log/redis
- ./data/redis:/var/lib/redis
environment:
UID: 1000
GID: 1000
#TZ: Asia/Shanghai
restart: unless-stopped