restart always to unless-stopped
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user