I'm using docker compose v3. I manually added swapfile to Linux.
Would Docker use it by default on next system start?
Should i manually define swap in docker compose yml file?
Docker Linux containers use Linux Host OS resources, so the swap file is used too.