This is the Git repo of the Docker image for MODX.
-
Change build context to
apache-simple
-
Start docker containers
docker-compose -p modx up -d
-
Visit localhost:8000/setup
-
Enter the installation information
- Install Options:
New Installation
- Database Connection and Login
- Database Host:
host.docker.internal
- Database Name:
modx
- Database Username:
modx
- Database Password:
modx
- Table Prefix:
modx_
- Database Host:
- Default Admin User
- E-Mail:
- Administrator Username:
- Administrator Password:
- Install Options:
-
Stop docker containers
docker-compose -p modx down
-
Change build context to
apache-preinstalled
-
Start docker containers
docker-compose -p modx up -d
-
Visit localhost:8000
-
Stop docker containers
docker-compose -p modx down