Merge pull request #1826 from 3mp3ri0r/fix/container-run-app-stopped-on-sigint-sigterm

fix: container run but app stopped on SIGINT or SIGTERM
This commit is contained in:
Mauro
2026-03-30 23:47:05 +02:00
committed by GitHub
+2 -2
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: