https://github.com/leen15/espocrm-dockerized
Dockerized version of EspoCRM
https://github.com/leen15/espocrm-dockerized
crm docker docker-image espocrm
Last synced: 11 months ago
JSON representation
Dockerized version of EspoCRM
- Host: GitHub
- URL: https://github.com/leen15/espocrm-dockerized
- Owner: Leen15
- Created: 2017-05-02T12:17:30.000Z (about 9 years ago)
- Default Branch: v6.0.9
- Last Pushed: 2021-01-27T17:13:07.000Z (over 5 years ago)
- Last Synced: 2025-04-05T07:11:43.647Z (about 1 year ago)
- Topics: crm, docker, docker-image, espocrm
- Language: Dockerfile
- Size: 13.7 KB
- Stars: 10
- Watchers: 3
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ESPOCRM in Docker
This is an unofficial dockerized version of [EspoCRM](https://www.espocrm.com/).
It doesn't have custom settings, just attach a mysql container and launch it.
If you want, you can use docker-compose with this command:
docker-compose -f docker-compose.yml up
and go to `http://localhost:8888/install` for the initial wizard.
This image uses Ubuntu `18.04`, PHP `7.2` and EspoCRM version **`6.0.9`**.
If you need another version, just change `ESPO_VERSION` env and build a new image.
It is important to mount a volume into the container at /var/www/data, otherwise
configuration and uploads will be lost following a container restart.