Simple, lightweight and secure Hastebin container based on Alpine Linux

hastebin is the prettiest, easiest to use pastebin ever made. It is used to share text and can be used from the command line with the hastebin-client. You can find the server repo here.
Propose a lightweight and secure container that is easy to setup.
Docker compose v3
hastebin:
image: koryfreese/hastebin
container_name: hastebin
environment:
- UID=1000
- GID=1000
- STORAGE_TYPE=file
volumes:
- /path/to/hastebin/data:/hastebin/data
ports:
- 7777:7777
restart: unless-stopped
network_mode: bridge
hostname: hastebin
Content type
Image
Digest
Size
25.1 MB
Last updated
about 7 years ago
docker pull koryfreese/hastebin