We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3dabba commit 60876aaCopy full SHA for 60876aa
services/overseerr/compose.yaml
@@ -46,6 +46,7 @@ services:
46
retries: 3 # Number of retries before marking as unhealthy
47
start_period: 10s # Time to wait before starting health checks
48
restart: always
49
+
50
# ${SERVICE}
51
application:
52
image: ${IMAGE_URL} # Image to be used
@@ -66,4 +67,4 @@ services:
66
67
timeout: 10s # Time to wait for the check to succeed
68
69
start_period: 30s # Time to wait before starting health checks
- restart: always
70
+ restart: always
0 commit comments