This repository has been archived on 2024-06-10. You can view files and clone it, but cannot push or open issues or pull requests.
Docker/README.md

31 lines
535 B
Markdown
Raw Permalink Normal View History

2024-04-23 18:03:45 +00:00
# Paste Docker
Paste is a simple self-hosted pastebin service that you can run on your own server.
## Prerequisites
2024-04-23 18:06:28 +00:00
- Docker (Don't have docker? follow this [link](https://docs.fascinated.cc/books/docker/page/install-docker-on-ubuntu-2204))
2024-04-23 18:03:45 +00:00
## 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
```
2024-04-23 18:05:18 +00:00
- Access Paste at http://serverip:3000