mirror of
https://github.com/runyanjake/olomana.git
synced 2025-10-04 21:27:29 -07:00
13 lines
340 B
Markdown
13 lines
340 B
Markdown
# Monica
|
|
|
|
Personal CRM manager.
|
|
|
|
https://github.com/monicahq/monica/blob/4.x/docs/installation/providers/docker.md
|
|
|
|
### Installation
|
|
|
|
In configuration, make sure to set `APP_ENV=production` and `APP_DEBUG=false` or the UI will be in html only mode, not serving js/css.
|
|
|
|
`docker-compose down && docker system prune && docker-compose up -d`
|
|
|