version: '3.8'
services:
  pt_dplayer:
    build:
      context: .
    container_name: pt_dplayer
    restart: unless-stopped
    logging:
      driver: json-file
      options:
        max-size: "1m"
        max-file: "3"