Docker
Setup a new wallet using Docker compose
Pre-requisites
Create the compose file
services:
walletd:
container_name: walletd
image: ghcr.io/siafoundation/walletd:latest
restart: unless-stopped
ports:
- 127.0.0.1:9980:9980/tcp
- 9981:9981/tcp
volumes:
- walletd-data:/data
volumes:
walletd-data:Getting the walletd image
walletd image
Configuring walletd
walletd



Running walletd
walletd

Checking the container status

Checking the logs

Upgrading walletd
walletd
Last updated
Was this helpful?