Skip to content

Commit

Permalink
Wrap mempool api url in quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
mayankchhabra committed Jul 24, 2024
1 parent f1c7950 commit e39ed0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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:

Check failure on line 81 in mempool/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

/services/widget-server/environment

must be object

Check failure on line 81 in mempool/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

/services/widget-server/environment

must match exactly one schema in oneOf
- MEMPOOL_API_URL: http://$APP_MEMPOOL_IP:$APP_MEMPOOL_PORT/api/v1/fees/recommended
- MEMPOOL_API_URL: "http://$APP_MEMPOOL_IP:$APP_MEMPOOL_PORT/api/v1/fees/recommended"

Check failure on line 82 in mempool/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

/services/widget-server/environment/0

must be string
restart: on-failure

0 comments on commit e39ed0c

Please sign in to comment.