Skip to content

ladp/redis/docker-entrypoint.sh not work in php5.6-fpm #1

Description

@tua

First of all, thank you very much for the excellent code, it helps me a lot on extensions. There seems 3 issues.

  1. The first problem is about ldap, when build php5.6-fpm, it's
    See link below,

http://serverfault.com/questions/633394/php-configure-not-finding-ldap-header-libraries

  1. The second problem is redis. redis-2.2.8 is for php5, redis/redis-3.0.0 is for php7.
  2. To make docker-entrypoint.sh works, you may need below code:
COPY ./docker-entrypoint.sh /

WORKDIR /var/www

RUN chmod +x /docker-entrypoint.sh
ENTRYPOINT ["/docker-entrypoint.sh"]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions