FROM php:5.6-apache | |
RUN apt-get update && apt-get install -y libpq-dev && docker-php-ext-install pdo pdo_pgsql | |
COPY src/ /var/www/html |
This comment has been minimized.
This comment has been minimized.
Thanks man. |
This comment has been minimized.
This comment has been minimized.
Thanks |
This comment has been minimized.
This comment has been minimized.
Very helpful! :) |
This comment has been minimized.
This comment has been minimized.
Thanks! |
This comment has been minimized.
This comment has been minimized.
awesome, just now my script failed because of php5-pgsql was removed? Anyway I delete it and worked :) |
This comment has been minimized.
This comment has been minimized.
Thanks! |
This comment has been minimized.
This comment has been minimized.
Thank you! |
This comment has been minimized.
This comment has been minimized.
thx :) |
This comment has been minimized.
This comment has been minimized.
Thanks for sharing. |
This comment has been minimized.
This comment has been minimized.
|
This comment has been minimized.
This comment has been minimized.
|
This comment has been minimized.
This comment has been minimized.
perfectly worked on php:7.1-apache. |
This comment has been minimized.
This comment has been minimized.
Thanks |
This comment has been minimized.
This comment has been minimized.
@ricardson @obadaro @ben-albon Thanks |
This comment has been minimized.
This comment has been minimized.
thanks, works very well.. |
This comment has been minimized.
This comment has been minimized.
Thank you. |
This comment has been minimized.
This comment has been minimized.
Thanks a lot! |
This comment has been minimized.
This comment has been minimized.
Thanks for the snipped. You are great!!! |
This comment has been minimized.
This comment has been minimized.
Brilliant, this has changed everything about the way we work. |
This comment has been minimized.
This comment has been minimized.
I've spent the last nine years searching for this solution. It's the best three lines of config I have ever seen. Thank you. |
This comment has been minimized.
This comment has been minimized.
Thanks mate. |
This comment has been minimized.
This comment has been minimized.
PHP 4.4 :( |
This comment has been minimized.
This comment has been minimized.
Thanks a lot !! |
This comment has been minimized.
This comment has been minimized.
FROM php:7.4.2-apache-buster |
This comment has been minimized.
This comment has been minimized.
My Dockerfile uses "FROM bitnami/php-fpm:7.2" rather than the Apache container. So I will use FROM bitnami/php-fpm:7.2 Is this doomed to failure? |
This comment has been minimized.
This comment has been minimized.
This could work but you'd have to ensure that your apache handles requests to php though PHP-FPM |
This comment has been minimized.
This comment has been minimized.
thank brow! |
This comment has been minimized.
This comment has been minimized.
Thanks |
This comment has been minimized.
This comment has been minimized.
so good! |
This comment has been minimized.
These snippet was very helpful :)
Thank you!