From 19d2c98a925e1bfd6dacf6e4b44004c187e0de61 Mon Sep 17 00:00:00 2001 From: Gerrit Gogel Date: Thu, 6 Jun 2024 22:11:45 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e6f127..e7e006f 100644 --- a/README.md +++ b/README.md @@ -170,5 +170,6 @@ Networks: ``` ## Advanced Configuration and Troubleshooting -For advanced configuration and troubleshooting see the [Wiki](https://github.com/ggogel/seafile-containerized/wiki). +For advanced configuration and troubleshooting see the [Wiki](https://github.com/ggogel/seafile-containerized/wiki). If you encounter a bug or have a feature request, please feel free to open an issue. +This project supports only Compose Specification-compatible tools such as `docker compose`, `podman compose`, and `nerdctl compose`, as well as Kubernetes. Deployment methods that do not fully comply with these standards, such as `podman quadlet` or `podman play`, are not supported. Currently, these tools run all containers in the same pod, which creates an entirely different networking structure. Please avoid opening issues related to them.