mglaman / platform-docker

Local development tool for PHP platforms using Docker Compose
GNU General Public License v2.0
46 stars 16 forks source link

Update paths with ./ for local #28

Closed mglaman closed 8 years ago

mglaman commented 8 years ago
Warning: the mapping "docker/conf/nginx.conf:/etc/nginx/conf.d/default.conf" in the volumes config for service "nginx" is ambiguous. In a future version of Docker, it will designate a "named" volume (see https://github.com/docker/docker/pull/14242). To prevent unexpected behaviour, change it to "./docker/conf/nginx.conf:/etc/nginx/conf.d/default.conf"
Warning: the mapping "docker/data:/var/lib/mysql" in the volumes config for service "mariadb" is ambiguous. In a future version of Docker, it will designate a "named" volume (see https://github.com/docker/docker/pull/14242). To prevent unexpected behaviour, change it to "./docker/data:/var/lib/mysql"
Warning: the mapping "docker/conf/mysql.cnf:/etc/mysql/my.cnf" in the volumes config for service "mariadb" is ambiguous. In a future version of Docker, it will designate a "named" volume (see https://github.com/docker/docker/pull/14242). To prevent unexpected behaviour, change it to "./docker/conf/mysql.cnf:/etc/mysql/my.cnf"
Warning: the mapping "docker/conf/solr:/opt/solr/example/solr/collection1/conf" in the volumes config for service "solr" is ambiguous. In a future version of Docker, it will designate a "named" volume (see https://github.com/docker/docker/pull/14242). To prevent unexpected behaviour, change it to "./docker/conf/solr:/opt/solr/example/solr/collection1/conf"
Warning: the mapping "docker/conf/fpm.conf:/usr/local/etc/php-fpm.conf" in the volumes config for service "phpfpm" is ambiguous. In a future version of Docker, it will designate a "named" volume (see https://github.com/docker/docker/pull/14242). To prevent unexpected behaviour, change it to "./docker/conf/fpm.conf:/usr/local/etc/php-fpm.conf"
Warning: the mapping "docker/conf/php.ini:/usr/local/etc/php/conf.d/local.ini" in the volumes config for service "phpfpm" is ambiguous. In a future version of Docker, it will designate a "named" volume (see https://github.com/docker/docker/pull/14242). To prevent unexpected behaviour, change it to "./docker/conf/php.ini:/usr/local/etc/php/conf.d/local.ini"