mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-11-10 14:24:28 +00:00
Adding a fixed port for JNLP launched slave agents
This commit is contained in:
parent
b75379a980
commit
574fc53a55
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,6 @@ ADD download-and-start.sh /download-and-start
|
|||
|
||||
ENV JENKINS_HOME /data
|
||||
VOLUME ["/data"]
|
||||
EXPOSE 8080
|
||||
EXPOSE 8080 38252
|
||||
|
||||
CMD ["/download-and-start"]
|
||||
|
|
Loading…
Reference in a new issue