Skip to content

Commit 36fbf1d

Browse files
fix: use unless-stopped retry strategy
1 parent 2e28abe commit 36fbf1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/api/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
transcript-summarizer-api:
33
image: transcript-summarizer-api
4-
restart: always
4+
restart: unless-stopped
55
container_name: transcript-summarizer-api
66
build:
77
context: .

0 commit comments

Comments
 (0)