Files
LingChair/docker-compose.yml
2025-10-31 21:26:58 +08:00

15 lines
343 B
YAML

version: '3'
services:
lingchair:
container_name: lingchair
build:
context: .
dockerfile: Dockerfile
environment:
TZ: Asia/Shanghai
ports:
- "3601:3601"
restart: always
volumes:
- ./thewhitesilk_config.json:/app/thewhitesilk_config.json
- ./thewhitesilk_data:/app/thewhitesilk_data