Published
- 1 min read
uptime kuma docker compose
The solution for this is noted below
uptime kuma docker compose
Solution
version: "3.9"
services:
app:
container_name: uptime-kuma
image: louislam/uptime-kuma
ports:
- "3001:3001"
volumes:
- /opt/uptime-kuma:/app/data
#- /portainer/Files/AppData/uptime-kuma:/app/data
restart: unless-stopped
Try other methods by searching on the site. That is if this doesn’t work