From 78cdd38493fc635413ba736d13e84a3e7f6d830b Mon Sep 17 00:00:00 2001 From: thespad Date: Sun, 5 Jan 2025 22:59:43 +0000 Subject: [PATCH] Make warning a note --- README.md | 4 ++-- readme-vars.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5517563..e890abc 100644 --- a/README.md +++ b/README.md @@ -68,8 +68,8 @@ Mapping `docker.sock` is a potential security liability because docker has root ### Multiple Hosts ->[!WARNING] ->Make sure you fully understand what you're doing before you try and set this up as there are lots of ways it can go wrong. +>[!NOTE] +>Make sure you fully understand what you're doing before you try and set this up as there are lots of ways it can go wrong if you're just guessing. Modmanager can query & download mods for remote hosts, as well as the one on which it is installed. At a very basic level if you're just using the DOCKER_MODS env and not the docker integration, simply mount the `/modcache` folder on your remote host(s), ensuring it is mapped for all participating containers. diff --git a/readme-vars.yml b/readme-vars.yml index 7d913af..6dc5bd8 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -72,8 +72,8 @@ full_custom_readme: | ### Multiple Hosts - >[!WARNING] - >Make sure you fully understand what you're doing before you try and set this up as there are lots of ways it can go wrong. + >[!NOTE] + >Make sure you fully understand what you're doing before you try and set this up as there are lots of ways it can go wrong if you're just guessing. Modmanager can query & download mods for remote hosts, as well as the one on which it is installed. At a very basic level if you're just using the DOCKER_MODS env and not the docker integration, simply mount the `/modcache` folder on your remote host(s), ensuring it is mapped for all participating containers.