wiki/docs/portainer-stacks/Librespeed.md
Sthope b2b0f55b62
All checks were successful
continuous-integration/drone/push Build is passing
first commit
2022-05-01 14:01:04 +02:00

550 B

Portainer Stack:

---
version: "3.8"
services:
  librespeed:
    image: lscr.io/linuxserver/librespeed:${tag-latest}
    container_name: librespeed
    network_mode: ${net-bridge}
    environment:
      - PUID=${PUID-1000}
      - PGID=${PGID-1000}
      - TZ=${TZ-Europe/Amsterdam}
      - PASSWORD=
      - CUSTOM_RESULTS=false
    volumes:
      - librespeed_volume:/config
    restart: ${RST-unless-stopped}
    labels:
      - com.centurylinklabs.watchtower.enable=${AutoUpdate-true}

volumes:
  librespeed_volume:
    external: false