TimWolla / docker-adminer

Database management in a single PHP file
https://hub.docker.com/_/adminer/
157 stars 69 forks source link

arm32v7/adminer can't access UI #98

Open Nusserdt opened 3 years ago

Nusserdt commented 3 years ago

I use the following block in my docker-compose file.

  # docker-compose: https://hub.docker.com/_/adminer
  adminer:
    image: arm32v7/adminer
    container_name: adminer
    restart: always
    networks:
      - home-network
    ports:
      - 9004:8080

The container log is:

[Fri May  1 02:10:32 2037] PHP 7.4.16 Development Server (http://[::]:8080) started
[Fri May  1 02:09:28 2037] [::ffff:192.168.178.45]:61609 Accepted
[Fri May  1 02:09:28 2037] [::ffff:192.168.178.45]:61608 Accepted

Something seems wrong with the timestamp.

When I try to access to container, my browser get into a endless loop.

This issue occur after reflush my Raspberry pi 3B+ with https://www.raspberrypi.org/software/.

I try to start the container in different ways with no result.

TimWolla commented 3 years ago

I believe this is a duplicate of #96.

d0ruk commented 3 years ago

Same here. Running on armv7l.

Had to downgrade to 4.7.7.

jubilee2 commented 3 years ago

same here raspberry pi 4 i saw the date is not correct in docker container maybe related to this?

ghost commented 2 years ago

The problem is an outdated Version of libseccomp in Raspbian OS. This time the docker host has the issue. By installing a newer version Adminer runs without problems on latest image.

Here we go: https://docs.linuxserver.io/faq#my-host-is-incompatible-with-images-based-on-ubuntu-focal-and-alpine-3-13

Issue can be closed ;-)

Rwing commented 1 year ago

I had some issue now, but my OS is centos 7.6, docker 20.10.5, amd64, and libseccomp-2.5.1 installed. Is there any another solution?