Picoshare
version: '3.3'
services:
picoshare:
environment:
- PORT=3001
- PS_SHARED_SECRET=XXXXXX
ports:
- '3001:3001/tcp'
volumes:
- '/srv/path/Files/Picoshare/data:/data'
container_name: picoshare
image: mtlynch/picoshare
restart: unless-stopped