dnknth / ldap-ui

Minimalistic web frontend for OpenLDAP
MIT License
370 stars 28 forks source link

Vue CDN Error #59

Closed hetz closed 4 months ago

hetz commented 4 months ago

When I run docker run -di --name my_dnknth_ldap-ui --restart=always -p 5000:5000 -e TZ=Asia/Shangha -e LDAP_URL=ldap://ldap.forumsys.com:389/ -e BASE_DN=dc=example,dc=org dnknth/ldap-ui:latest

I open browser http://localhost:5000get error

image
dnknth commented 4 months ago

Hello @hetz,

The ldap-ui version in the screenshot is outdated. Since d463a6e4accf2aa8f2999828fd3c3c2927cd3b76 it does not rely on bootstrap-vue any more, and all assets are served locally. Please try again with a fresh image.

Also, I am unsure whether the environment options given on the command line make any difference.

hetz commented 4 months ago

Hello @hetz,

The ldap-ui version in the screenshot is outdated. Since d463a6e it does not rely on bootstrap-vue any more, and all assets are served locally. Please try again with a fresh image.

Also, I am unsure whether the environment options given on the command line make any difference.

Thx you reply, I check my images version.

this wrong like docker.io ? I get pull latest tag ,but get image date with 4 years old. image

dnknth commented 4 months ago

Have you checked Docker Hub?