Skip to content

Commit 6cfd3bb

Browse files
Update README.md
1 parent ffb5cf5 commit 6cfd3bb

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ Sync uses peer-to-peer technology to provide fast, private file sharing for team
1616
--restart on-failure \
1717
resilio/sync
1818

19-
Go to localhost:$WEBUI_PORT in a web browser to access the webui.
19+
Go to `localhost:$WEBUI_PORT` in a web browser to access the webui.
20+
21+
##### 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).
2022

2123
#### LAN access
2224

@@ -44,12 +46,12 @@ Do not create directories at the root of mounted_folders from the Sync webui sin
4446

4547
# Volume
4648

47-
* /mnt/sync - State files and Sync folders
49+
* `/mnt/sync` - State files and Sync folders
4850

4951
# Ports
5052

51-
* 8888 - Webui
52-
* 55555 - Listening port for Sync traffic
53+
* `8888` - Webui
54+
* `55555` - Listening port for Sync traffic
5355

5456
# Help
5557

0 commit comments

Comments
 (0)