1
0
mirror of https://github.com/louislam/uptime-kuma.git synced 2025-01-10 00:43:27 +02:00
uptime-kuma/docker/docker-compose.yml

16 lines
259 B
YAML
Raw Normal View History

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