https://github.com/modxcms/docker-modx
Docker image for MODX
https://github.com/modxcms/docker-modx
Last synced: about 1 month ago
JSON representation
Docker image for MODX
- Host: GitHub
- URL: https://github.com/modxcms/docker-modx
- Owner: modxcms
- License: gpl-2.0
- Created: 2016-02-23T19:27:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T14:24:44.000Z (10 months ago)
- Last Synced: 2025-04-28T12:26:27.268Z (about 1 month ago)
- Language: Shell
- Homepage: https://modx.com
- Size: 36.1 KB
- Stars: 50
- Watchers: 10
- Forks: 40
- Open Issues: 7
-
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 up -d
```2. Copy MODX code into `html` folder
3. Visit [localhost:8000](http://localhost:8000)