18 lines
588 B
YAML
18 lines
588 B
YAML
## Links & Rescources:
|
|
#
|
|
# https://github.com/louislam/uptime-kuma
|
|
# https://github.com/louislam/uptime-kuma/wiki/%F0%9F%94%A7-How-to-Install
|
|
# https://github.com/louislam/uptime-kuma/blob/master/docker/docker-compose.yml
|
|
# https://github.com/louislam/uptime-kuma/wiki/%F0%9F%86%99-How-to-Update
|
|
# https://github.com/louislam/uptime-kuma/wiki/Reverse-Proxy
|
|
# https://github.com/louislam/uptime-kuma/wiki/Environment-Variables
|
|
|
|
services:
|
|
uptime-kuma:
|
|
image: louislam/uptime-kuma:1
|
|
restart: always
|
|
volumes:
|
|
- "./uptime-kuma-data:/app/data"
|
|
ports:
|
|
- 3001:3001
|