first commit
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-04-27 11:16:37 +02:00
parent fb8faeb2cf
commit 35d3e255d1
2 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,25 @@
Portainer Stack:
```
---
version: "3.8"
services:
librespeed:
image: lscr.io/linuxserver/librespeed:latest
container_name: librespeed
network_mode: bridge
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Amsterdam
- PASSWORD=
- CUSTOM_RESULTS=false
volumes:
- librespeed_volume:/config
restart: unless-stopped
labels:
- com.centurylinklabs.watchtower.enable=true
volumes:
librespeed_volume:
external: false
```