Quick Start
Get a DockWallet instance running in minutes.
Prerequisites
- Docker & Docker Compose installed
- An available port (default:
8080)
1. Download Docker Compose file
curl -o docker-compose.yml https://raw.githubusercontent.com/cheinisch/dockwallet/main/docker-compose.yml
2. Set up environment variables
cp .env.example .env
# Edit .env as needed
3. Start
docker compose up -d
The web interface will be available at http://localhost:8080.