5 lines
222 B
Bash
5 lines
222 B
Bash
# Host port that maps to Uptime Kuma's internal port 3001
|
|
UPTIMEKUMA_PORT=3001
|
|
|
|
# Linux username used to resolve the bind mount path (/home/<username>/uptime-kuma/data) — bind mount compose file only
|
|
UPTIMEKUMA_USERNAME= |