Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
artempronevskiy authored Feb 5, 2018
1 parent ffb5cf5 commit 6cfd3bb
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 6cfd3bb

Please sign in to comment.