compose.yaml 259 B

12345678910111213
  1. ---
  2. volumes:
  3. uptimekuma-data:
  4. driver: local
  5. services:
  6. uptimekuma:
  7. image: docker.io/louislam/uptime-kuma:1.23.16
  8. container_name: uptimekuma
  9. ports:
  10. - 3001:3001
  11. volumes:
  12. - uptimekuma-data:/app/data
  13. restart: unless-stopped