Skip to content

Instantly share code, notes, and snippets.

@OSCUK
Last active March 29, 2022 14:13
Show Gist options
  • Save OSCUK/eec0789c7c6d87f187c9a0e43946d99c to your computer and use it in GitHub Desktop.
Save OSCUK/eec0789c7c6d87f187c9a0e43946d99c to your computer and use it in GitHub Desktop.
PicoShare
version: '2'
services:
picoshare:
environment:
- PORT=3001
- PS_SHARED_SECRET=rtevtVTEF54fe54F!
ports:
- 80:3001
volumes:
- picoshare:/data
container_name: picoshare
image: mtlynch/picoshare:latest
volumes:
picoshare:
networks:
default:
external:
name: VLAN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment