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
2024-04-23 19:04:53 +01:00

572 B

Paste Docker

Paste is a simple self-hosted pastebin service that you can run on your own server.

Prerequisites

  • Docker

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