Skip to content

Commit 89569fe

Browse files
author
Artem
committed
fix env name
1 parent 59151f7 commit 89569fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/e2e/docker.web.docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ services:
4242
env_file:
4343
- ./.env
4444
environment:
45-
RI_SERVER_TLS_CERT: $RI_SERVER_TLS_CERT0
45+
RI_SERVER_TLS_CERT: $RI_SERVER_TLS_CERT
4646
RI_SERVER_TLS_KEY: $RI_SERVER_TLS_KEY
4747
volumes:
4848
- rihomedir:/data

tests/e2e/local.web.docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ services:
4646
context: ./../../
4747
dockerfile: Dockerfile
4848
environment:
49-
RI_SERVER_TLS_CERT: $RI_SERVER_TLS_CERT0
49+
RI_SERVER_TLS_CERT: $RI_SERVER_TLS_CERT
5050
RI_SERVER_TLS_KEY: $RI_SERVER_TLS_KEY
5151
volumes:
5252
- .redisinsight-app:/root/.redisinsight-app

0 commit comments

Comments
 (0)