Skip to content

Commit

Permalink
Fix docker compose name
Browse files Browse the repository at this point in the history
Signed-off-by: Dylan Schultz <[email protected]>
  • Loading branch information
dylanschultzie committed Mar 29, 2024
1 parent 20aeee0 commit 35acb85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
app:
image: lavender5/ethereum_health_checker:latest
ethereum_health_checker:
image: lavender5/ethereum_health_checker:master
container_name: eth_health
restart: unless-stopped
env_file:
Expand Down

0 comments on commit 35acb85

Please sign in to comment.