Skip to content

Commit

Permalink
Makin changes to the docker-compose file to
Browse files Browse the repository at this point in the history
actually work, need to rework the pulling of the
image as it currently needs an exact tag. Need to make
it dynamic.
  • Loading branch information
san-est committed Jun 13, 2024
1 parent 1f0d5cd commit 6e659a6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dockercompose.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
version: '3.8'

services:
geth:
image: san-est/go-ethereum-devops:latest
image: ghcr.io/san-est/go-ethereum-devops:9
#ports were grabbed from the docker quick start in the README within https://github.com/ethereum/go-ethereum
ports:
- "8545:8545"
Expand Down

0 comments on commit 6e659a6

Please sign in to comment.