Skip to content

Commit 5e4b3d1

Browse files
aldy505aminvakil
authored andcommitted
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]>
1 parent 74c1eaa commit 5e4b3d1

File tree

1 file changed

+4
-0
lines changed
  • develop-docs/self-hosted/troubleshooting

1 file changed

+4
-0
lines changed

develop-docs/self-hosted/troubleshooting/docker.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ sidebar_title: Docker
44
sidebar_order: 3
55
---
66

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+
711
## Container Healthcheck
812

913
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

Comments
 (0)