Skip to content

Commit e6237e6

Browse files
authored
Update compose.yaml: fix warnings
1 parent 12890b7 commit e6237e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compose.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
services:
22
rag-chatbot:
3+
retart: always
34
domainname: ask.defang.io
45
x-defang-dns-role: arn:aws:iam::258338292852:role/dnsadmin-39a19c3
56
build:
@@ -25,4 +26,4 @@ services:
2526
interval: 30s
2627
timeout: 10s
2728
retries: 3
28-
start_period: 40s
29+
#start_period: 40s

0 commit comments

Comments
 (0)