From c430cdb3c9df808c2a43e41b867af11c78b13120 Mon Sep 17 00:00:00 2001 From: DJObleezy <156115770+Djobleezy@users.noreply.github.com> Date: Sun, 23 Mar 2025 18:33:01 -0700 Subject: [PATCH] Update README.md --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index 35bdd1c..800625d 100644 --- a/README.md +++ b/README.md @@ -54,15 +54,7 @@ The dashboard aggregates essential metrics in one accessible interface: ### Docker Installation -For those preferring containerized deployment: - -### Option 1: Simple Docker Run - -```bash -docker run -d -p 5000:5000 -e WALLET=your-wallet-address -e POWER_COST=0.12 -e POWER_USAGE=3450 yourusername/ocean-mining-dashboard -``` - -### Option 2: Build and Run Manually +### Build and Run Manually 1. Clone the repository: ```bash