adminer-bootstrap-like icon indicating copy to clipboard operation
adminer-bootstrap-like copied to clipboard

How to use this in docker-compose ?

Open GF-Huang opened this issue 5 years ago • 2 comments

GF-Huang avatar Jul 16 '19 23:07 GF-Huang

Now it is possible!

See:

  • https://github.com/natanfelles/adminer-bootstrap-like/commit/919c54ea716f3c9388b1ea0391fd984331242647
  • https://hub.docker.com/r/natanfelles/adminer

natanfelles avatar Jul 17 '19 03:07 natanfelles

When I try to use this on docker compose I cannot login. It keeps telling me "Invalid credentials". I've seen this behavior on phpmyadmin on docker when the image attempts to connect via ipv6: Screen Shot 2022-02-06 at 2 26 36 pm

Container logs:

[Sun Feb  6 03:26:18 2022] [::ffff:172.29.0.1]:64670 Accepted
[Sun Feb  6 03:26:18 2022] [::ffff:172.29.0.1]:64670 [302]: POST /?server=db&username=root
[Sun Feb  6 03:26:18 2022] [::ffff:172.29.0.1]:64670 Closing
[Sun Feb  6 03:26:18 2022] [::ffff:172.29.0.1]:64668 [403]: GET /?server=db&username=root
[Sun Feb  6 03:26:18 2022] [::ffff:172.29.0.1]:64668 Closing

brunobertechini avatar Feb 06 '22 03:02 brunobertechini