uptime-kuma/docker/docker-compose.yml

16 lines
259 B
YAML
Raw Normal View History

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