Skip to main content

Install Snapdrop using Compose

Use this compose stack to install Snapdrop. Change ports as needed. More information can be found here.

---
version: "2.1"
services:
  snapdrop:
    image: linuxserver/snapdrop
    container_name: snapdrop
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/London
    ports:
      - 80:80
      - 443:443
    restart: unless-stopped

Install using Portainer

  1. Click on Stacks
  2. Give the stack a name
  3. Paste the compose script above into the stacks editor on Portainer
  4. Make any changes to ports (if necessary)
  5. Deploy

image-1600289310725.png

What is Snapdrop?