"mountPoints": [{ "sourceVolume": "data", "containerPath": "/data/db" }] }, { "name": "php", "image": "sskorc/docker-symfony:latest", "essential": true, "memory": 256, "links": ["db"], "mountPoints": [{ "sourceVolume": "symfony-app", "containerPath": "/var/www/docker-symfony" }] },