olomana/monica/README.md
2023-11-05 13:35:34 -08:00

18 lines
398 B
Markdown

# Monica
Reference: https://hub.docker.com/_/monica
### Installation
Using the default dockerfile provided, change the following
- ports - default port will collide with traefik. Use something like 8022.
- APP_KEY - generated with `echo -n 'base64:'; openssl rand -base64 32` like they suggest.
- env vars - change default user/pw
- Add traefik tags.
Run everything & follow instructions.