From 5b88adb895acdd5a527874a96672fb0932c26d2c Mon Sep 17 00:00:00 2001 From: Luca8991 Date: Tue, 7 Nov 2023 18:30:46 +0100 Subject: [PATCH] chore: docker hub image link --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0e11987..9bbefc1 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,10 @@ There are some command line arguments that you can set when running the gateway: A [Dockerfile](./Dockerfile) is provided, together with a [docker-compose.yml](./docker-compose.yml) file to run the gateway. Make sure you have [Docker](https://docs.docker.com/get-docker/) and [Docker Compose](https://docs.docker.com/compose/install/) installed. +A Docker image is also available at [omniadevs/ic-websocket-gateway](https://hub.docker.com/r/omniadevs/ic-websocket-gateway). + +Steps to run the gateway with Docker: + 1. Set the environment variables: ```