Open
Description
I want to learn the python version pbft and change your docker-composer.yml, from
node:
extends:
file: code/node_java/docker-compose.yml
service: node_java
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment:
NODE_DEBUGGER: "False"
NODE_DEBUG: "False"
# API_HOST: "http://192.168.0.42"
API_HOST: ${API_HOST}
to
node:
extends:
file: node.docker-compose.yml
service: node
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment:
NODE_DEBUGGER: "False"
NODE_DEBUG: "False"
# API_HOST: "http://192.168.0.42"
API_HOST: ${API_HOST}
and when I run docker-compose build, it has something wrong with installing the posrgres-browser like:
is there any way to solve this problem?
Metadata
Assignees
Labels
No labels