USe unless-stopped instead of always

This commit is contained in:
Stefan Bethke 2024-09-08 17:45:00 +02:00
commit dfbc8e58a9
6 changed files with 15 additions and 15 deletions

View file

@ -10,7 +10,7 @@
services:
uptime-kuma:
image: louislam/uptime-kuma:1
restart: always
restart: unless-stopped
volumes:
- "./uptime-kuma-data:/app/data"
ports: