You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi ! uname -a :
Linux x-modified-x 5.16.0-kali3-amd64 #1 SMP PREEMPT Debian 5.16.11-1kali1 (2022-03-03) x86_64 GNU/Linux
docker-compose version:
docker-compose version 1.29.2, build unknown
docker-py version: 5.0.3
CPython version: 3.9.10
OpenSSL version: OpenSSL 1.1.1m 14 Dec 2021
I have issue when i try to deploy the project with sudo docker-compose up.
i got this error :
ERROR: for lmyn_neo4j_1 "host" network_mode is incompatible with port_bindings
ERROR: for neo4j "host" network_mode is incompatible with port_bindings
[...]
File "/usr/lib/python3/dist-packages/docker/types/containers.py", line 336, in init
raise host_config_incompatible_error(
docker.errors.InvalidArgument: "host" network_mode is incompatible with port_bindings
and nothing more... I am new with docker so i can't debug the issue ...
could you help ? :)
The text was updated successfully, but these errors were encountered:
Hi !
uname -a :
Linux x-modified-x 5.16.0-kali3-amd64 #1 SMP PREEMPT Debian 5.16.11-1kali1 (2022-03-03) x86_64 GNU/Linux
docker-compose version:
docker-compose version 1.29.2, build unknown
docker-py version: 5.0.3
CPython version: 3.9.10
OpenSSL version: OpenSSL 1.1.1m 14 Dec 2021
I have issue when i try to deploy the project with sudo docker-compose up.
i got this error :
ERROR: for lmyn_neo4j_1 "host" network_mode is incompatible with port_bindings
ERROR: for neo4j "host" network_mode is incompatible with port_bindings
[...]
File "/usr/lib/python3/dist-packages/docker/types/containers.py", line 336, in init
raise host_config_incompatible_error(
docker.errors.InvalidArgument: "host" network_mode is incompatible with port_bindings
and nothing more... I am new with docker so i can't debug the issue ...
could you help ? :)
The text was updated successfully, but these errors were encountered: