osmo-hnbgw-master: Fix "docker run" command (typo + config file)

This commit is contained in:
Harald Welte 2017-11-20 14:58:45 +00:00
parent 79a5203244
commit e097bf8f5f
1 changed files with 1 additions and 1 deletions

View File

@ -35,4 +35,4 @@ VOLUME /data
COPY osmo-hnbgw.cfg /data/osmo-hnbgw.cfg
WORKDIR /data
CMD ["/usr/local/bin/osmo-hngw"]
CMD ["/usr/local/bin/osmo-hnbgw", "-c", "/data/osmo-hnbgw.cfg"]