diff --git a/Makefile b/Makefile index 10490e3..8bced46 100644 --- a/Makefile +++ b/Makefile @@ -15,13 +15,13 @@ docker-build-webapp: docker-run-api-mainnet: docker run --name ethgas-api -d -e VIRTUAL_HOST=api.ethgas.app \ - -p 4444:4444 -v /etc/ethgas.mainnet.conf:/etc/ethgas.conf \ + -p 4444:4444 -v ${PWD}/etc/ethgas.mainnet.conf:/etc/ethgas.conf \ --log-opt max-size=100m --log-opt max-file=5 \ ethgas/api docker-run-api-polygon: docker run --name polygon-ethgas-api -d -e VIRTUAL_HOST=polygon-api.ethgas.app \ - -p 4445:4444 -v /etc/ethgas.polygon.conf:/etc/ethgas.conf \ + -p 4445:4444 -v ${PWD}/etc/ethgas.polygon.conf:/etc/ethgas.conf \ --log-opt max-size=100m --log-opt max-file=5 \ ethgas/api