version: '3.8' services: server: build: . container_name: taobin-log-container ports: - "8123:8123" volumes: - ./data:/app/data restart: always