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

View file

@ -24,7 +24,7 @@ services:
picoclaw-gateway: picoclaw-gateway:
image: docker.io/sipeed/picoclaw:latest image: docker.io/sipeed/picoclaw:latest
container_name: picoclaw-gateway container_name: picoclaw-gateway
restart: on-failure restart: unless-stopped
profiles: profiles:
- gateway - gateway
# Uncomment to access host network; leave commented unless needed. # Uncomment to access host network; leave commented unless needed.
@ -40,7 +40,7 @@ services:
picoclaw-launcher: picoclaw-launcher:
image: docker.io/sipeed/picoclaw:launcher image: docker.io/sipeed/picoclaw:launcher
container_name: picoclaw-launcher container_name: picoclaw-launcher
restart: on-failure restart: unless-stopped
profiles: profiles:
- launcher - launcher
environment: environment: