osmo-sgsn-*: Expose ports for gbproxy as well

Change-Id: I4d2f659b14919a15601f507704e3224aedf5e24f
This commit is contained in:
Daniel Willmann 2020-10-15 11:08:57 +02:00
parent 95c6d07758
commit f567542874
2 changed files with 2 additions and 2 deletions

View File

@ -29,4 +29,4 @@ COPY osmo-sgsn.cfg /data/osmo-sgsn.cfg
WORKDIR /data
CMD ["/bin/sh", "-c", "/usr/bin/osmo-sgsn -c /data/osmo-sgsn.cfg >/data/osmo-sgsn.log 2>&1"]
EXPOSE 23000/udp 4245/tcp 4249/tcp
EXPOSE 23000/udp 4245/tcp 4249/tcp 4246/tcp 4263/tcp

View File

@ -78,4 +78,4 @@ COPY osmo-sgsn.cfg /data/osmo-sgsn.cfg
WORKDIR /data
CMD ["/bin/sh", "-c", "/usr/local/bin/osmo-sgsn -c /data/osmo-sgsn.cfg >/data/osmo-sgsn.log 2>&1"]
EXPOSE 23000/udp 4245/tcp 4249/tcp
EXPOSE 23000/udp 4245/tcp 4249/tcp 4246/tcp 4263/tcp