change restart policy

This commit is contained in:
2026-01-30 09:30:01 +01:00
parent a5aa0999ad
commit bc1c1160eb
3 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ services:
loki:
image: grafana/loki:3.5.3
container_name: loki
restart: always
restart: unless-stopped
user: root
ports:
- "3100:3100"