1
0
Fork 0
docker_container_template/uptime_kuma/docker-compose.yaml

12 lines
218 B
YAML
Raw Normal View History

2022-09-06 06:28:33 +00:00
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