An open API service indexing awesome lists of open source software.

https://github.com/niki-on-github/bisq-container

Run the peer-to-peer bitcoin exchange system Bisq inside a container
https://github.com/niki-on-github/bisq-container

bisq docker

Last synced: 5 months ago
JSON representation

Run the peer-to-peer bitcoin exchange system Bisq inside a container

Awesome Lists containing this project

README

          

# Bisq Container

Run the peer-to-peer bitcoin exchange system [**Bisq**](https://github.com/bisq-network/bisq) inside a container for easy deployment on your homelab server.

> [!TIP]
> **Bisq2** container is available at https://github.com/niki-on-github/bisq2-container

## Quickstart

```sh
mkdir -p data
chown 1000:1000 data
docker run --rm -it -v $PWD/data:/data -p 5800:5800 ghcr.io/niki-on-github/bisq-container:v1
```

Open your webbrowser and navigate to `${IP}:5800`.