update restart policy to unless-stopped
This commit is contained in:
parent
fe87376d6a
commit
d08bb02f8f
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue