This commit is contained in:
parent
fb8faeb2cf
commit
35d3e255d1
25
docs/portainer-stacks/Librespeed.md
Normal file
25
docs/portainer-stacks/Librespeed.md
Normal 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
|
||||||
|
```
|
@ -88,6 +88,7 @@ nav:
|
|||||||
- Gitea: portainer-stacks/Gitea.md
|
- Gitea: portainer-stacks/Gitea.md
|
||||||
- Heimdall: portainer-stacks/heimdall.md
|
- Heimdall: portainer-stacks/heimdall.md
|
||||||
- Jellyfin: portainer-stacks/jellyfin.md
|
- Jellyfin: portainer-stacks/jellyfin.md
|
||||||
|
- Librespeed: portainer-stacks/Librespeed.md
|
||||||
- MQTT-Explorer: portainer-stacks/mqtt-explorer.md
|
- MQTT-Explorer: portainer-stacks/mqtt-explorer.md
|
||||||
- MQTT Mosquitto: portainer-stacks/MQTT-Mosquitto.md
|
- MQTT Mosquitto: portainer-stacks/MQTT-Mosquitto.md
|
||||||
- Octoprint: portainer-stacks/octoprint.md
|
- Octoprint: portainer-stacks/octoprint.md
|
||||||
|
Loading…
x
Reference in New Issue
Block a user