Set up a feature-rich, performant, and secure text and file-sharing web application on your own server in just five minutes. This self-hosted solution acts as a versatile pastebin and cloud storage alternative, giving you complete control over your data without relying on third-party accounts or apps. It is designed to upgrade your communication systems with advanced file protection and sharing mechanisms.
Key benefits include:
services:
microbin:
image: danielszabo99/microbin:latest
container_name: microbin
restart: unless-stopped
ports:
- "8080:8080"
volumes:
- ./microbin-data:/app/microbin_data
environment:
- MICROBIN_ADMIN_USERNAME=${MICROBIN_ADMIN_USERNAME}
- MICROBIN_ADMIN_PASSWORD=${MICROBIN_ADMIN_PASSWORD}
- MICROBIN_PORT=8080
- MICROBIN_EDITABLE=true
- MICROBIN_HIGHLIGHTSYNTAX=true
- MICROBIN_HIDE_FOOTER=false
- MICROBIN_HIDE_HEADER=false
- MICROBIN_HIDE_LOGO=false
- MICROBIN_NO_LISTING=true
- MICROBIN_QR=true
- MICROBIN_READONLY=false
- MICROBIN_SHOW_READ_STATS=true
- MICROBIN_TITLE=MicroBin
- MICROBIN_ENABLE_BURN_AFTER=true
- MICROBIN_DEFAULT_BURN_AFTER=0
- MICROBIN_WIDE=true
- TZ=UTCMICROBIN_ADMIN_USERNAME=admin
MICROBIN_ADMIN_PASSWORD=your_secure_passwordAuto-fetched about 24 hours ago
Auto-fetched about 24 hours ago