From 651645507172ec59d249b74fe14f5305e02dccda Mon Sep 17 00:00:00 2001 From: Dominique Lasserre Date: Sun, 26 Jan 2025 18:26:46 +0100 Subject: [PATCH] Readme: Add hint for interfering ports on Synology Closes #408 (#419) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c4ef114..a84a499 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,8 @@ Windows: docker compose up ``` +If you are running the EOS container on a system hosting multiple services, such as a Synology NAS, and want to allow external network access to EOS, please ensure that the default exported ports (8503, 8504) are available on the host. On Synology systems, these ports might already be in use (refer to [this guide](https://kb.synology.com/en-me/DSM/tutorial/What_network_ports_are_used_by_Synology_services)). If the ports are occupied, you will need to reconfigure the exported ports accordingly. + ## Configuration This project uses the `EOS.config.json` file to manage configuration settings.