Joomla
Docker
- wordpress
- joomla
joomla:alpine-e JOOMLA_DB_HOST=...(defaults to the IP and port of the linked mysql container)-e JOOMLA_DB_USER=...(defaults to "root")-e JOOMLA_DB_PASSWORD=...(defaults to the value of the MYSQL_ROOT_PASSWORD environment variable from the linked mysql container)-e JOOMLA_DB_NAME=...(defaults to "joomla")
[!NOTE] WP 只支持 MySQL, 但有 REST Joomla 支持 PG 但没有官方的 REST,需要可以自己实现 Joomla docker 不支持 pg joomla/docker-joomla#42