-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
memcached support ? #19
Comments
how can i add additional: "apt-get -y install php7.1-memcache memcached" to php-fpm container ? |
I add this:
to dockerfile from yiidock/php-fpm folder, but not help. |
Solution:
Add on docker-composer:
|
Please make a pull request.
чт, 14 июн. 2018 г. в 19:04, Maxim Muntean <[email protected]>:
… Solution:
Add on php-fpm/dockerfile and workspace/dockerfile
RUN apk add cyrus-sasl-dev libmemcached-dev \
&& git clone "https://github.com/php-memcached-dev/php-memcached.git" \
&& cd php-memcached \
&& phpize \
&& ./configure --disable-memcached-sasl \
&& make \
&& make install \
&& docker-php-ext-enable memcached
Add on docker-composer:
memcached:
image: memcached:alpine
ports:
- "11211:11211"
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#19 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AB5FNILuoWB8jlcx8gCXX5qsjwyWGstjks5t8lFHgaJpZM4UkCyM>
.
--
*Alexey Samoylov*
Full Stack Software Engineer
+7 (983) 161-90-03
UpWork <https://www.upwork.com/freelancers/~01b28c567dba38f89d> / LinkedIn
<https://ru.linkedin.com/in/%D0%B0%D0%BB%D0%B5%D0%BA%D1%81%D0%B5%D0%B9-%D1%81%D0%B0%D0%BC%D0%BE%D0%B9%D0%BB%D0%BE%D0%B2-10469b39/en>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: