https://github.com/niki-on-github/bisq2-container
Run the peer-to-peer bitcoin exchange system Bisq2 inside a container
https://github.com/niki-on-github/bisq2-container
bisq docker
Last synced: 4 months ago
JSON representation
Run the peer-to-peer bitcoin exchange system Bisq2 inside a container
- Host: GitHub
- URL: https://github.com/niki-on-github/bisq2-container
- Owner: niki-on-github
- Created: 2024-09-28T21:46:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-11-25T00:46:44.000Z (7 months ago)
- Last Synced: 2026-01-17T16:52:49.365Z (5 months ago)
- Topics: bisq, docker
- Language: Dockerfile
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bisq2 Container
Run the peer-to-peer bitcoin exchange system [**Bisq2**](https://github.com/bisq-network/bisq2) inside a container for easy deployment on your homelab server.
> [!TIP]
> **Bisq1** container is available at https://github.com/niki-on-github/bisq-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/bisq2-container:v2
```
Open your webbrowser and navigate to `${IP}:5800`.