Skip to content

Commit

Permalink
Fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
mayankchhabra committed Jul 24, 2024
1 parent e39ed0c commit 2eb2b96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mempool/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ services:
widget-server:
image: getumbrel/umbrel-mempool-widget-server:v1.0.0@sha256:099846e613c7310deba842241477737babcdf78250fba6edf39d456712eeefc3
environment:
- MEMPOOL_API_URL: "http://$APP_MEMPOOL_IP:$APP_MEMPOOL_PORT/api/v1/fees/recommended"
restart: on-failure
MEMPOOL_API_URL: "http://$APP_MEMPOOL_IP:$APP_MEMPOOL_PORT/api/v1/fees/recommended"
restart: on-failure

0 comments on commit 2eb2b96

Please sign in to comment.