Include phpMyAdmin in Octojoom? #15
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Not to add too many wishlist items, but it would be helpful to have phpMyAdmin available via Octojoom (and the Joomla images).
Or just the ability to run phpMyAdmin locally and have the port exposed on the container so that we can access the container's db via whatever db tool desired (probably better).
If I missed how to do this (ie. exposing the db port) let me know.
it is already... check the
docker_composer.yml
file... that OctoJoom is writing.To get To these files:
First make sure you have expert mode on, this take two steps:
Start OctoJoom
You can next check you host file to see if that url is added there correctly:
You should see a line like this (using my file as the example)
If setup correctly OctoJoom will add these domains automatically to your host file, so you can just open them in the browser without any extra afford.
To insure that the domain is added to your host file automatically, open OctoJoom again:
Set it to true, should it be false, and now each time you create a new container OctoJoom will automatically add it to you host file.
If you are running OctoJoom in production, on a external server, then you simply need to aim (update the domain DNS) those domains to that server, and Traefik will do the rest, it is taking care of all the ports and stuff...
You can also check with the Docker command that
Traefik
is running:Then you should see:

Thanks. Just getting back to this after some health issues.
The images didn't come through, but the instructions worked perfectly.