Favicon of Joomla!

Joomla!

Build and manage websites using a free, open-source content management system. Benefit from thousands of extensions, multilingual support, and custom designs.

Build and manage powerful online applications and websites using a highly flexible, open-source content management system. Backed by a global community of volunteers, this platform offers a robust foundation for creators looking to design custom digital experiences without licensing fees. Whether you are launching a simple blog or a complex web application, you have access to thousands of free extensions and templates to match your exact requirements. Key features include:

  • Search Engine Friendly: Optimize your site structure and content for better visibility.
  • Mobile Ready: Ensure your website looks great and functions perfectly on any device.
  • Multilingual Support: Reach a global audience by creating content in multiple languages out of the box.
  • Advanced Access Control: Manage multi-user permission levels securely and efficiently.
  • Fully Extensible: Customize functionality with a massive library of community-built extensions.

Directory Structure

joomla
db_data
joomla_data
.env
docker-compose.yml

docker-compose.yml

services:
  joomla:
    image: joomla:latest
    restart: always
    ports:
      - 8080:80
    environment:
      JOOMLA_DB_HOST: db
      JOOMLA_DB_USER: ${JOOMLA_DB_USER}
      JOOMLA_DB_PASSWORD: ${JOOMLA_DB_PASSWORD}
      JOOMLA_DB_NAME: ${JOOMLA_DB_NAME}
    volumes:
      - ./joomla_data:/var/www/html
    depends_on:
      - db

  db:
    image: mysql:8.0
    restart: always
    command: --default-authentication-plugin=mysql_native_password
    environment:
      MYSQL_ROOT_PASSWORD: ${MYSQL_ROOT_PASSWORD}
      MYSQL_DATABASE: ${JOOMLA_DB_NAME}
      MYSQL_USER: ${JOOMLA_DB_USER}
      MYSQL_PASSWORD: ${JOOMLA_DB_PASSWORD}
    volumes:
      - ./db_data:/var/lib/mysql

.env

JOOMLA_DB_USER=joomla
JOOMLA_DB_PASSWORD=your_strong_password
JOOMLA_DB_NAME=joomla_db
MYSQL_ROOT_PASSWORD=your_root_password
Categories:

Share:

Ad
Favicon

 

  
 

Similar to Joomla!

Favicon

 

  
  
Favicon

 

  
  
Favicon