Skip to content

Commit

Permalink
Merge pull request #22 from dappnode/tropicar/fixes
Browse files Browse the repository at this point in the history
Fixes
  • Loading branch information
tropicar authored Nov 4, 2022
2 parents c2a404d + 309c19a commit cde7891
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ RUN apk add --no-cache ca-certificates

COPY --from=builder /go/core-geth/build/bin/geth /usr/local/bin

ENTRYPOINT geth --classic --http --http.addr 0.0.0.0 --http.corsdomain "*" --http.vhosts "*" --ws --ws.origins "*" --ws.addr 0.0.0.0 --port {$P2P_PORT} --syncmode ${SYNCMODE:-snap} $EXTRA_OPTS
ENTRYPOINT geth --classic --http --http.addr 0.0.0.0 --http.corsdomain "*" --http.vhosts "*" --ws --ws.origins "*" --ws.addr 0.0.0.0 --port $P2P_PORT --syncmode ${SYNCMODE:-snap} $EXTRA_OPTS
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "3.4"
version: "3.5"
services:
ethereum-classic.dnp.dappnode.eth:
image: "ethereum-classic.dnp.dappnode.eth:1.1.1"
Expand All @@ -15,6 +15,6 @@ services:
ports:
- "30913:30913/udp"
- "30913:30913/tcp"
restart: always
restart: unless-stopped
volumes:
geth: {}

0 comments on commit cde7891

Please sign in to comment.