From 10caf2310c265850db6c341e38bb6573732beb14 Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Tue, 4 Jul 2023 12:39:13 +0200 Subject: [PATCH] added information about ipv6 may be must disabled --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3927bee..c11a149 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ Only the clients need a connection to this service on configured port. - 256mb ram - 4gb hdd +- *maybe IPv6 must be disabled* Tested with Ubuntu 22.10 (from Proxmox templates), actually its consuming 100mb ram and 750mb hdd. @@ -566,6 +567,8 @@ There are many other internal api endpoints for handling authentication and leas **Please make sure that fastapi-dls and your guests are on the same timezone!** +Maybe you have to disable IPv6 on the machine you are running FastAPI-DLS. + ## Docker Logs are available with `docker logs `. To get the correct container-id use `docker container ls` or `docker ps`.