Skip to content
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

Service exception on Ubuntu 20.04.3 LTS #92

Open
cshanxiao opened this issue Oct 14, 2021 · 2 comments
Open

Service exception on Ubuntu 20.04.3 LTS #92

cshanxiao opened this issue Oct 14, 2021 · 2 comments

Comments

@cshanxiao
Copy link

cshanxiao commented Oct 14, 2021

Excute me, I meet an exception when deploy service on Ubuntu 20.04.3 LTS:

root@xxx:/data/container# cat docker-compose.yml

version: '2'
services:
  slapd:
    image: osixia/openldap:1.5.0
    environment:
      LDAP_ORGANISATION: example
      LDAP_DOMAIN: example.com
      LDAP_ADMIN_PASSWORD: secret
    ports:
      - 389:389
    networks:
      network-base:

  phpldapadmin:
    image: osixia/phpldapadmin:0.9.0
    environment:
      PHPLDAPADMIN_LDAP_HOSTS: slapd
      PHPLDAPADMIN_HTTPS: 'false'
    ports:
      - 8080:80
    depends_on:
      - slapd
    networks:
      network-base:

networks:
   network-base:
      ipam:
         config:
         - subnet: 172.25.25.0/24
           gateway: 172.25.25.1

then I start the container with command:
docker-compose up -d

after service started, I visit the service with google brower:
http://xxx.xxx.xxx.xxx:8080

but the brower renturns error:
ERR_TOO_MANY_REDIRECTS

@cshanxiao cshanxiao changed the title service exception on Ubuntu 20.04.3 LTS Service exception on Ubuntu 20.04.3 LTS Oct 14, 2021
@cshanxiao cshanxiao reopened this Oct 14, 2021
@jmls
Copy link

jmls commented Nov 17, 2021

did yo manage to fix this ? I have the same problem with 21.10

@cshanxiao
Copy link
Author

did yo manage to fix this ? I have the same problem with 21.10

I have not got the solution, but it worked by use old version of phpldapadmin:

image: osixia/phpldapadmin:0.8.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants