restart always to unless-stopped

This commit is contained in:
2025-08-22 14:03:44 -03:00
parent 81f8187a31
commit a9cce165e1
7 changed files with 29 additions and 30 deletions

View File

@@ -44,7 +44,7 @@ services:
#image: nicolargo/glances:3.4.0.5-full
image: nicolargo/glances:latest-full
container_name: glances
restart: always
restart: unless-stopped
pid: host
ports:
- 61208:61208
@@ -64,7 +64,7 @@ services:
- ./uptime-kuma/uptime-kuma-data:/app/data
ports:
- 3001:3001 # <Host Port>:<Container Port>
restart: always
restart: unless-stopped
environment:
- TZ="America/Sao_Paulo"
@@ -203,5 +203,7 @@ networks:
external: true
name: caddy-net
monitoring:
name: monitoring-net
grafana:
name: grafana-net