1
0
Fork 0
docker_container_template/uptime_kuma/docker-compose.yaml
2022-09-06 08:28:33 +02:00

12 lines
218 B
YAML

version: '3.3'
services:
uptime-kuma:
image: louislam/uptime-kuma
container_name: uptime-kuma
restart: always
volumes:
- /services/uptime/data:/app/data
ports:
- ${WEBSITE_PORT}:3001