Skip to content

everonline/docker-alpine-resilio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker Image Content

  • Alpine 3.16.2
  • dumb-init 1.2.5
  • glibc 2.34-r0
  • resilio-sync 2.7.3

For security Runs Under UID/GID 1000:1000

Configuration Under Host Volume

Volume

  • /mnt/sync - State Files / Sync Folders

Ports

  • 8888 - WebUI (HTTPS Forced on Configuration)
  • 55555 - Listening Port For Sync Traffic

Run

DATA_FOLDER=/path/to/data/folder/on/the/host
WEBUI_PORT=[ port to access the webui on the host ]

mkdir -p $DATA_FOLDER
chown -R 1000:1000 $DATA_FOLDER

docker run -d --name resilio \
  -p $WEBUI_PORT:8888 -p 55555:55555 \
  -v $DATA_FOLDER:/mnt/sync \
  --restart on-failure \
  tduk/resilio

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published