Run the peer-to-peer bitcoin exchange system 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
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
.