Skip to content

Commit

Permalink
Support for both amd64 and arm64 architectures in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Suhaibinator committed Oct 13, 2024
1 parent 26aad90 commit d0c5439
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,13 @@ SMQ will start running on port 8097 by default. However, you can customize the b
### Using Docker

```bash
docker run suhaibinator/smq:latestamd64
docker run suhaibinator/smq:latest-amd64
```

or

```bash
docker run suhaibinator/smq:latest-arm64
```

### Command-Line Flags
Expand Down

0 comments on commit d0c5439

Please sign in to comment.