| author | ymh <ymh.work@gmail.com> |
| Thu, 02 Dec 2021 13:52:58 +0100 | |
| changeset 1556 | 5f9b76ecccf0 |
| parent 1543 | 808ef2076edc |
| child 1557 | 7c67caaafdeb |
| permissions | -rw-r--r-- |
{ "volumes": { "postgres_data": {}, "mysql_data": {} }, "services": { "php-fpm": { "build": { "context": "./sbin/docker", "dockerfile": "Dockerfile" }, "volumes": [ "./web:/var/www/html" ] }, "nginx": { "image": "nginx:alpine", "volumes": [ "./web:/var/www/html", "./sbin/docker/nginx.php-fpm.conf:/etc/nginx/nginx.conf:ro" ], "ports": [ "8080:8080" ], "depends_on": [ "php-fpm" ] } } }