pushed
zhengqunkoo/docker-taskd • 1:46 AM - Jun 9, 2020
Updated the docker-compose.yml configuration to use a managed named volume (taskd-data) for persisting taskd data, replacing the previous local directory bind mount. Along with explicit service definitions, this change aligns the deployment with Docker best practices. It makes data persistence, management, and backups more robust while helping avoid common local file permission issues.