refactor: adjust indentation and comment out healthcheck section in docker compose configuration
This commit is contained in:
@@ -94,20 +94,20 @@ services:
|
|||||||
# - 1.1.1.1
|
# - 1.1.1.1
|
||||||
# - 1.0.0.1
|
# - 1.0.0.1
|
||||||
|
|
||||||
healthcheck:
|
# healthcheck:
|
||||||
test:
|
# test:
|
||||||
[
|
# [
|
||||||
"CMD",
|
# "CMD",
|
||||||
"wget",
|
# "wget",
|
||||||
"--no-verbose",
|
# "--no-verbose",
|
||||||
"--tries=1",
|
# "--tries=1",
|
||||||
"--spider",
|
# "--spider",
|
||||||
"http://127.0.0.1:8286/health",
|
# "http://127.0.0.1:8286/health",
|
||||||
]
|
# ]
|
||||||
interval: 30s
|
# interval: 30s
|
||||||
timeout: 10s
|
# timeout: 10s
|
||||||
start_period: 40s
|
# start_period: 40s
|
||||||
retries: 3
|
# retries: 3
|
||||||
volumes:
|
volumes:
|
||||||
qbittorrent-pia:
|
qbittorrent-pia:
|
||||||
ephemera-data:
|
ephemera-data:
|
||||||
Reference in New Issue
Block a user