Change repo http_gate to http_gw

Signed-off-by: Angira Kekteeva <kira@nspcc.ru>
This commit is contained in:
Angira Kekteeva 2021-05-18 10:52:47 +03:00 committed by Alex Vanin
parent 4182711430
commit 72f4a463e5
2 changed files with 2 additions and 2 deletions

2
.env
View file

@ -19,7 +19,7 @@ NODE_IMAGE=nspccdev/neofs-storage
# HTTP Gate
HTTP_GW_VERSION=0.15.0
HTTP_GW_IMAGE=nspccdev/neofs-http-gate
HTTP_GW_IMAGE=nspccdev/neofs-http-gw
# S3 Gate
S3_GW_VERSION=0.14.2

View file

@ -13,7 +13,7 @@ Image version label to use for containers.
If you want to use locally built image, just set it's label here. Instead of
pulling from DockerHub, the local image will be used.
### HTTP_GW_IMAGE=nspccdev/neofs-http-gate
### HTTP_GW_IMAGE=nspccdev/neofs-http-gw
Image label prefix to use for containers.