Docker compose and dockerfile / .htaccess problem – Phpmyadmin
Im few days in one project where I have a task of using Docker. After following few tutorials I find the easy way of deploying my LAMP server using docker-compose that looks like this: version: '3.7' services: php-httpd: image: php:7.3-apache…