update restart policy to unless-stopped

This commit is contained in:
Christoforus Surjoputro
2026-03-20 15:35:18 +07:00
parent fe87376d6a
commit d08bb02f8f
+2 -2
View File
@@ -24,7 +24,7 @@ services:
picoclaw-gateway:
image: docker.io/sipeed/picoclaw:latest
container_name: picoclaw-gateway
restart: on-failure
restart: unless-stopped
profiles:
- gateway
# Uncomment to access host network; leave commented unless needed.
@@ -40,7 +40,7 @@ services:
picoclaw-launcher:
image: docker.io/sipeed/picoclaw:launcher
container_name: picoclaw-launcher
restart: on-failure
restart: unless-stopped
profiles:
- launcher
environment: