Initial commit
This commit is contained in:
23
librespeed/docker-compose.yml
Normal file
23
librespeed/docker-compose.yml
Normal file
@ -0,0 +1,23 @@
|
||||
---
|
||||
version: "2.1"
|
||||
services:
|
||||
librespeed:
|
||||
image: lscr.io/linuxserver/librespeed:latest
|
||||
container_name: librespeed
|
||||
environment:
|
||||
- PUID=1002
|
||||
- PGID=100
|
||||
- TZ=Europe/Vienna
|
||||
- PASSWORD=nein
|
||||
- CUSTOM_RESULTS=false #optional
|
||||
#- DB_TYPE=sqlite #optional
|
||||
#- DB_NAME=DB_NAME #optional
|
||||
#- DB_HOSTNAME=DB_HOSTNAME #optional
|
||||
#- DB_USERNAME=DB_USERNAME #optional
|
||||
#- DB_PASSWORD=DB_PASSWORD #optional
|
||||
#- DB_PORT=DB_PORT #optional
|
||||
volumes:
|
||||
- /srv/dev-disk-by-uuid-cda15581-b397-4ab7-8698-acea81fc1e9c/librespeed:/config
|
||||
ports:
|
||||
- 8888:80
|
||||
restart: unless-stopped
|
Reference in New Issue
Block a user