From 6cfd3bb1f51b1a16f402837dfb008e6078e753d5 Mon Sep 17 00:00:00 2001 From: Artem Pronevskiy Date: Mon, 5 Feb 2018 13:56:25 +0300 Subject: [PATCH] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 67d21fe..a773a86 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,9 @@ Sync uses peer-to-peer technology to provide fast, private file sharing for team --restart on-failure \ resilio/sync -Go to localhost:$WEBUI_PORT in a web browser to access the webui. +Go to `localhost:$WEBUI_PORT` in a web browser to access the webui. + +##### Important: if you need to run Sync under specific user inside your container - use `--user` parameter. [Docs](https://docs.docker.com/engine/reference/run/#user). #### LAN access @@ -44,12 +46,12 @@ Do not create directories at the root of mounted_folders from the Sync webui sin # Volume -* /mnt/sync - State files and Sync folders +* `/mnt/sync` - State files and Sync folders # Ports -* 8888 - Webui -* 55555 - Listening port for Sync traffic +* `8888` - Webui +* `55555` - Listening port for Sync traffic # Help