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
- Host: GitHub
- URL: https://github.com/niki-on-github/bisq-container
- Owner: niki-on-github
- Created: 2024-09-29T14:54:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-24T02:11:04.000Z (6 months ago)
- Last Synced: 2025-12-25T15:36:24.556Z (6 months ago)
- Topics: bisq, docker
- Language: Dockerfile
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`.