wiki/docs/portainer-stacks/Librespeed.md
Sthope 15f109be87
All checks were successful
continuous-integration/drone/push Build is passing
first commit
2022-04-27 11:22:07 +02:00

493 B

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