uptime-kuma/docker/docker-compose.yml

16 lines
259 B
YAML
Raw Normal View History

2023-02-05 04:45:36 -05:00
version: '3.8'
2021-07-12 12:23:38 -04:00
services:
uptime-kuma:
2023-09-07 02:10:10 -04:00
image: louislam/uptime-kuma:1
2021-07-12 12:23:38 -04:00
container_name: uptime-kuma
volumes:
2023-02-05 04:45:36 -05:00
- uptime-kuma:/app/data
2021-07-12 12:23:38 -04:00
ports:
2023-02-05 04:45:36 -05:00
- "3001:3001" # <Host Port>:<Container Port>
restart: always
2023-02-05 04:45:36 -05:00
volumes:
uptime-kuma: