-
Notifications
You must be signed in to change notification settings - Fork 454
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
Custom themes not working in 5.2 #379
Comments
Hi, |
Hey @williamdes 👋 Thanks for the quick response. Just noticed that the With that mystery solved, maybe it's still a good idea to update the docker documentation part for themes to change the mounting from Also, what is the actual difference between phpmyadmin/phpmyadmin and phpmyadmin images, as both are used seemingly interchangeable in the docker examples documentation here and here? |
Hey 👋🏻
You can try the zip phpmyadmin/themes#78 and provide feedback to the author :)
Why, the documentation is wrong?
Maybe you are talking about what I fixed yesterday: phpmyadmin/phpmyadmin@8ef83c0 Edit: I need to fix this command line Also I think you may want to read #363 |
Good idea 👍
In the Docker Examples section, the last example for adding themes shows the following
which mounts to
Yes, that clears things up. Thanks. |
And use the same container name everywhere Seems like I missed some entries Ref: 249d02f Ref: phpmyadmin/docker#56 Ref: phpmyadmin/docker#379 Signed-off-by: William Desportes <[email protected]>
Closes: phpmyadmin/docker#379 Signed-off-by: William Desportes <[email protected]>
Indeed, it seems like other users figured it out too (#367 (comment)) I pushed phpmyadmin/phpmyadmin@7faf6a5 to fix the documentation |
And use the same container name everywhere Seems like I missed some entries Ref: 249d02f Ref: phpmyadmin/docker#56 Ref: phpmyadmin/docker#379 Signed-off-by: William Desportes <[email protected]>
Closes: phpmyadmin/docker#379 Signed-off-by: William Desportes <[email protected]>
Problem
Since phpMyAdmin
5.2
it doesn't seem possible to mount volume for a custom themes anymore.The documentation for docker examples in the main repo makes this even more confusing as mounting to
/www/themes
doesn't seem to have any effect, as where mounting to/var/www/html/themes
worked for5.1
.Reproduction
/www/themes
Mounting to
/var/www/html/themes
doesn't show the new theme in5.2
either.The text was updated successfully, but these errors were encountered: