# Install Snapdrop using  Compose

Use this compose stack to install Snapdrop. Change ports as needed. More information can be found [here.](https://hub.docker.com/r/linuxserver/snapdrop)

```
---
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](https://thehomelab.wiki/uploads/images/gallery/2020-09/scaled-1680-/image-1600289310725.png)](https://thehomelab.wiki/uploads/images/gallery/2020-09/image-1600289310725.png)

### What is Snapdrop?

<iframe allowfullscreen="allowfullscreen" height="314" src="//www.youtube.com/embed/5BHI9TRshpE" width="560"></iframe>