wiki/docs/portainer-stacks/Librespeed.md
Sthope 50fc33e254
All checks were successful
continuous-integration/drone/push Build is passing
first commit
2022-05-01 10:47:48 +02:00

25 lines
521 B
Markdown

Portainer Stack:
```yaml
---
version: "3.8"
services:
librespeed:
image: lscr.io/linuxserver/librespeed:latest
container_name: librespeed
network_mode: bridge
environment:
- PUID="${PUID-1000}"
- PGID="${PGID-1000}"
- TZ="${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
```