Commit 71e8ed80 authored by hardy's avatar hardy

changed path of cql as it is copied locally in the same folder as yaml

parent 756ec666
...@@ -28,7 +28,7 @@ services: ...@@ -28,7 +28,7 @@ services:
private_net: private_net:
ipv4_address: 192.168.68.4 ipv4_address: 192.168.68.4
volumes: volumes:
- ../../component/oai-hss/src/hss_rel14/db/oai_db.cql:/home/oai_db.cql - ./oai_db.cql:/home/oai_db.cql
entrypoint: /bin/bash -c "cqlsh --file /home/oai_db.cql 192.168.68.2 && echo 'OK'" entrypoint: /bin/bash -c "cqlsh --file /home/oai_db.cql 192.168.68.2 && echo 'OK'"
oai_hss: oai_hss:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment