Skip to content

Commit 60876aa

Browse files
authored
Update compose.yaml
1 parent d3dabba commit 60876aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

services/overseerr/compose.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ services:
4646
retries: 3 # Number of retries before marking as unhealthy
4747
start_period: 10s # Time to wait before starting health checks
4848
restart: always
49+
4950
# ${SERVICE}
5051
application:
5152
image: ${IMAGE_URL} # Image to be used
@@ -66,4 +67,4 @@ services:
6667
timeout: 10s # Time to wait for the check to succeed
6768
retries: 3 # Number of retries before marking as unhealthy
6869
start_period: 30s # Time to wait before starting health checks
69-
restart: always
70+
restart: always

0 commit comments

Comments
 (0)