You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(self-hosted): troubleshooting guide around Amazon Linux 2023 and 'docker compose' (#13355)
* docs(self-hosted): troubleshooting guide around Amazon Linux 2023 and 'docker compose'
* Update develop-docs/self-hosted/troubleshooting/docker.mdx
Co-authored-by: Amin Vakil <[email protected]>
---------
Co-authored-by: Amin Vakil <[email protected]>
Copy file name to clipboardExpand all lines: develop-docs/self-hosted/troubleshooting/docker.mdx
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,10 @@ sidebar_title: Docker
4
4
sidebar_order: 3
5
5
---
6
6
7
+
## `FAIL: Docker Compose is required to run self-hosted` error but Docker Compose is installed
8
+
9
+
Around version 25.1.0 to 25.4.0, users which did not have `docker compose` plugin installed, and relied only on `docker-compose` will face some issues. Notably for Amazon Linux 2023 distro that does not have `docker-compose-plugin` packaged, you may need to install the standalone `docker-compose` separately. See [docker/compose installation guide](https://github.com/docker/compose?tab=readme-ov-file#linux) for more details.
10
+
7
11
## Container Healthcheck
8
12
9
13
There may be some circumstances which you may want to increase or decrease healthcheck interval, timeout or retries for your custom needs. This can be achieved by editing `HEALTHCHECK_INTERVAL`, `HEALTHCHECK_TIMEOUT`, `HEALTHCHECK_RETRIES` variables' values in `.env`.
0 commit comments