https://github.com/landofcoder/modx-cms-docker
Docker image for MODX 2.8.1 - 3.0.5
https://github.com/landofcoder/modx-cms-docker
docker docker-compose modx
Last synced: 3 months ago
JSON representation
Docker image for MODX 2.8.1 - 3.0.5
- Host: GitHub
- URL: https://github.com/landofcoder/modx-cms-docker
- Owner: landofcoder
- License: gpl-2.0
- Created: 2024-11-20T04:35:33.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-20T05:09:07.000Z (over 1 year ago)
- Last Synced: 2025-10-19T01:41:58.889Z (9 months ago)
- Topics: docker, docker-compose, modx
- Language: Shell
- Homepage: https://landofcoder.com
- Size: 14.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# About this Repo
This is the Git repo of the Docker image for MODX.
## How to use this image
1. Start docker containers
```sh
docker-compose build
docker-compose up -d
```
2. Copy MODX code into `html` folder
3. Visit [localhost:8000](http://localhost:8000)