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
- Click on Stacks
- Give the stack a name
- Paste the compose script above into the stacks editor on Portainer
- Make any changes to ports (if necessary)
- Deploy
What is Snapdrop?
No Comments