Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abhirajprasad authored Jan 5, 2025
1 parent 502bf71 commit d55c542
Showing 1 changed file with 4 additions and 19 deletions.
23 changes: 4 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,31 +45,16 @@ node | | | |

### Docker

1. Prerequisites
- Install [Docker](https://www.docker.com/get-started) 20.10 or higher
1. Install [Docker](https://www.docker.com/get-started) 20.10 or higher

2. Fetch the latest tagged release
2. Pull the latest celestia-app Docker image
```bash
docker pull ghcr.io/celestiaorg/celestia-app:latest
```

3. Run the application
To start the application using Docker Compose:
1. Create a `docker-compose.yml` file with the following content:
```yaml
version: '3'
services:
celestia-app:
image: ghcr.io/celestiaorg/celestia-app:latest
volumes:
- ./data:/root/.celestia-app
ports:
- "26657:26657" # RPC
- "26656:26656" # P2P
command: ["celestia-appd", "start"]
```
2. Start the application:
```bash
- Navigate to `docker` directory, run:
```bash
docker-compose up
```

Expand Down

0 comments on commit d55c542

Please sign in to comment.