1
 2
 3
 4
 5
 6
 7
 8
 9
10
docker run -d \
  --name=librespeed \
  -e PUID=1000 \
  -e PGID=1000 \
  -e TZ=Etc/UTC \
  -e PASSWORD="password" \
  -p 80:80 \
  -v ~/librespeed/config:/config \
  --restart unless-stopped \
  lscr.io/linuxserver/librespeed:latest