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
commit a995a94990
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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: