From e50d4de2400363a2f7efbc1b89cac90f2f866213 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Sat, 22 Oct 2022 15:44:27 +0200 Subject: Update install-with-docker.md --- docs/install-with-docker.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install-with-docker.md b/docs/install-with-docker.md index 65cc8eb..9328e8c 100644 --- a/docs/install-with-docker.md +++ b/docs/install-with-docker.md @@ -307,6 +307,8 @@ After stopping and removing your containers you can proceed to remove the volume ### macOS optimizations (for dev server) +NOTE: If you are not experimenting any particular issues with I/O performance, we suggest to **NOT** use this configuration + The **osxfs** is well known to have [performance limitations](https://github.com/docker/for-mac/issues/1592), that's why we optimized the docker compose file for the **osxfs** by using volumes and the "delegated" strategy. However, we also introduced an experimental feature to let you use named volumes instead of binded ones. You can use this feature by setting this environment variable in your `.env` file: @@ -316,8 +318,6 @@ You can use this feature by setting this environment variable in your `.env` fil This will copy all the external sources in a persistent volume inside docker which means that, as a drawback, changes inside the container won't be reflected outside (host) and vice-versa. -NOTE: If you are not experimenting any particular issues with I/O performance, we suggest to **NOT** use this configuration - ### How can I run commands in the worldserver console? Besides the usage of the `./acore.sh docker attach` command, you can use a manual approach if you encountered any problems. -- cgit