Skip to content

Commit

Permalink
Merge pull request #75 from dappnode/feature/70_update_explorer_front…
Browse files Browse the repository at this point in the history
…end_v1.5.6

Fix #70 Update explorer frontend to v1.5.6
  • Loading branch information
mgarciate authored Mar 14, 2023
2 parents b95b128 + b49657e commit cf6fc67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ services:
- "no-new-privileges:true"
environment:
- EXPLORER_ENABLED=disabled
- "REACT_APP_BACKEND_URL=http://explorer-backend.alephium.dappnode:9090"
- REACT_APP_NETWORK_TYPE=mainnet
- "VITE_BACKEND_URL=http://explorer-backend.alephium.dappnode:9090"
- VITE_NETWORK_TYPE=mainnet
volumes:
alephium-data: {}
alephium-wallets: {}
Expand Down
2 changes: 1 addition & 1 deletion explorer-frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alephium/explorer:1.3.1
FROM alephium/explorer:1.5.6

ADD entrypoint.sh /usr/local/bin/entrypoint.sh

Expand Down

0 comments on commit cf6fc67

Please sign in to comment.