Skip to content

Commit e28f850

Browse files
committed
fix: remove space
Signed-off-by: Osama Rabea <osrab3@gmail.com>
1 parent 51d4a00 commit e28f850

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

e2e/__snapshots__/fablo-config-hlf2-1org-1chaincode-raft-explorer.json.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2138,7 +2138,7 @@ services:
21382138
- basic
21392139
21402140
explorer.example.com:
2141-
image: ghcr.io/hyperledger-labs/explorer:\${HYPERLEDGER_EXPLORER_VERSION}
2141+
image: ghcr.io/hyperledger-labs/explorer:\${HYPERLEDGER_EXPLORER_VERSION}
21422142
restart: on-failure:8
21432143
container_name: explorer.example.com
21442144
environment:

e2e/__snapshots__/fablo-config-hlf2-3orgs-1chaincode-raft-explorer.json.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4840,7 +4840,7 @@ services:
48404840
- basic
48414841
48424842
explorer.example.com:
4843-
image: ghcr.io/hyperledger-labs/explorer:\${HYPERLEDGER_EXPLORER_VERSION}
4843+
image: ghcr.io/hyperledger-labs/explorer:\${HYPERLEDGER_EXPLORER_VERSION}
48444844
restart: on-failure:8
48454845
container_name: explorer.example.com
48464846
environment:

src/setup-docker/templates/fabric-docker/docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ services:
138138

139139
<%_ if (org.tools.explorer && !global.tools.explorer) { _%>
140140
db.<%= org.tools.explorer.address %>:
141-
image: ghcr.io/hyperledger-labs/explorer-db:${HYPERLEDGER_EXPLORER_VERSION}
141+
image: ghcr.io/hyperledger-labs/explorer-db:${HYPERLEDGER_EXPLORER_VERSION}
142142
container_name: db.<%= org.tools.explorer.address %>
143143
environment:
144144
- DATABASE_DATABASE=fabricexplorer
@@ -346,7 +346,7 @@ services:
346346
- basic
347347

348348
<%= global.tools.explorer.address %>:
349-
image: ghcr.io/hyperledger-labs/explorer:${HYPERLEDGER_EXPLORER_VERSION}
349+
image: ghcr.io/hyperledger-labs/explorer:${HYPERLEDGER_EXPLORER_VERSION}
350350
restart: on-failure:8
351351
container_name: <%= global.tools.explorer.address %>
352352
environment:

0 commit comments

Comments
 (0)