Skip to content

This repo contains a docker-compose yaml file to spin up joomla + mysql +phpmyadmin + mounted volumes

Notifications You must be signed in to change notification settings

m4n3dw0lf/joomla-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Joomla + MySQL + phpMyAdmin on Docker.

Written by Amir Barkal

Environment details:

  • MySQL root password: 12345678
  • Joomla database name: joomla
  • MySQL hostname: mysql

FAQ

What is this?

A fast way to spin up joomla using Docker.

How do I configure it?

  1. Download and install Docker
  2. Clone this repo
  3. cd joomla-docker
  4. docker-compose.exe up

How do I access Joomla?

Open http://DOCKER_HOST:80

How do I access phpMyAdmin?

Open http://DOCKER_HOST:81

Where is my stuff?

Joomla and MySQL are mounted as docker volumes inside the code and database directories.

(Changes are persisted accross container restart \ removal)

Can I bring my own stuff?

Yes. Copy your website into the ./code directory before starting the environment.

For example, if you have an Akeeba ZIP file, extract its content to code and run

docker-compose up

Help! I need a different PHP/Joomla version!

Edit docker-compose.yml and change the joomla image as per your requirements.

I'm having trouble installing Docker :-(

See if this video helps you:

#See if this video helps you

About

This repo contains a docker-compose yaml file to spin up joomla + mysql +phpmyadmin + mounted volumes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published