added information about ipv6 may be must disabled

This commit is contained in:
Oscar Krause 2023-07-04 12:39:13 +02:00
parent 7380e4328e
commit 10caf2310c

View File

@ -25,6 +25,7 @@ Only the clients need a connection to this service on configured port.
- 256mb ram - 256mb ram
- 4gb hdd - 4gb hdd
- *maybe IPv6 must be disabled*
Tested with Ubuntu 22.10 (from Proxmox templates), actually its consuming 100mb ram and 750mb hdd. 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!** **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 ## Docker
Logs are available with `docker logs <container>`. To get the correct container-id use `docker container ls` or `docker ps`. Logs are available with `docker logs <container>`. To get the correct container-id use `docker container ls` or `docker ps`.