ajout de librespeed
This commit is contained in:
24
librespeed/docker-compose.yaml
Executable file
24
librespeed/docker-compose.yaml
Executable file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
#version: "2.1"
|
||||
services:
|
||||
librespeed:
|
||||
image: lscr.io/linuxserver/librespeed:latest
|
||||
container_name: librespeed
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Paris
|
||||
- PASSWORD=PASSWORD
|
||||
#- 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
|
||||
#- IPINFO_APIKEY=ACCESS_TOKEN #optional
|
||||
volumes:
|
||||
- ./config:/config
|
||||
ports:
|
||||
- 5680:80
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user