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
I get the following error when trying to set this up:
TASK [redelk_server : Run docker-compose up again] ***************************************************************************************************************************************** fatal: [178.128.xx.xx]: FAILED! => {"changed": false, "msg": "Configuration error - The Compose file '/opt/redelk/redelk-full.yml' is invalid because:\nservices.bloodhound-neo4j.ports contains an invalid type, it should be a number, or an object\nservices.bloodhound-neo4j.ports contains an invalid type, it should be a number, or an object\nservices.bloodhound.ports contains an invalid type, it should be a number, or an object"}
Hi,
I get the following error when trying to set this up:
TASK [redelk_server : Run
docker-compose upagain] ***************************************************************************************************************************************** fatal: [178.128.xx.xx]: FAILED! => {"changed": false, "msg": "Configuration error - The Compose file '/opt/redelk/redelk-full.yml' is invalid because:\nservices.bloodhound-neo4j.ports contains an invalid type, it should be a number, or an object\nservices.bloodhound-neo4j.ports contains an invalid type, it should be a number, or an object\nservices.bloodhound.ports contains an invalid type, it should be a number, or an object"}
I believe it's because of these ports
" ports:
- "${NEO4J_WEB_PORT}:7474"
- "${NEO4J_DB_PORT}:7687"
environment:
"
should probably be numbers everywhere.
The text was updated successfully, but these errors were encountered: