Everything you need to run Paste.
application.yml | ||
docker-compose.yml | ||
README.md |
Paste Docker
Paste is a simple self-hosted pastebin service that you can run on your own server.
Prerequisites
- Docker (Don't have docker? follow this link)
Installation
- Clone this repository
git clone https://git.fascinated.cc/Paste/Docker
- Change directory
cd Docker
- Download the latest
application.yml
wget https://git.fascinated.cc/Paste/Backend/raw/branch/master/src/main/resources/application.yml
-
Update the
application.yml
with your configuration -
Start Paste
docker compose up -d
- Access Paste at http://serverip:3000