Uniswap / unichain-node

Everything required to run your own Unichain node
135 stars 57 forks source link

Error during docker compose up #11

Closed voroningraphics closed 1 month ago

voroningraphics commented 1 month ago

image

0xPotatoofdoom commented 1 month ago

try reinstalling the docker image. something isn't set right with the permissions. you can also try running docker with less security while testing - but this isn't recommend for long term production use.

Open your docker-compose.yml file and add the following;

version: '3' services: my-service: image: my-image:latest container_name: my-container security_opt:

voroningraphics commented 1 month ago

Poblem is solved. And permission +x to shell file. Command: chmod +x op-get-entrypoint.sh in project directory