31 lines
535 B
Markdown
31 lines
535 B
Markdown
# 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](https://docs.fascinated.cc/books/docker/page/install-docker-on-ubuntu-2204))
|
|
|
|
## Installation
|
|
|
|
- Clone this repository
|
|
|
|
```bash
|
|
git clone https://git.fascinated.cc/Paste/Docker
|
|
```
|
|
|
|
- Change directory
|
|
|
|
```bash
|
|
cd Docker
|
|
```
|
|
|
|
- Update the `application.yml` with your configuration
|
|
|
|
- Start Paste
|
|
|
|
```bash
|
|
docker compose up -d
|
|
```
|
|
|
|
- Access Paste at http://serverip:3000 |