mirror of
https://github.com/runyanjake/olomana.git
synced 2025-10-04 21:27:29 -07:00
18 lines
398 B
Markdown
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.
|