Rene Pasing

Results 5 comments of Rene Pasing

Hey, this was possible before and stopped working after #285 The way I did it before: Just define `/var/www/html` as external volume, and mount that volume also in the nginx...

hm? Previously I had something like this in my `docker-compose.yml` under a container using the `phpmyadmin/phpmyadmin:fpm-alpine` image: ``` volumes: - /var/www/phpmyadmin/:/var/www/html/ ``` Before #285 that would result in the PMA...

Actually, I think we should think about a better solution than to just revert #285. I think so because also with the previous approach there were some problems. For example...

As far as I know other PHP-projects just do the extraction of the soure-files in the entrypoint-script, and not in the Dockerfile. So instead of downloading to `/usr/src/phpmyadmin` in the...

Sorry, I didn't really follow this discussion here anymore. What are the results of your thoughts? What I read so far ("just use the apache-based phpmyadmin image") is not really...