mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-07-17 22:14:54 +00:00
Adding a fixed port for JNLP launched slave agents
This commit is contained in:
+1
-1
@@ -8,6 +8,6 @@ ADD download-and-start.sh /download-and-start
|
|||||||
|
|
||||||
ENV JENKINS_HOME /data
|
ENV JENKINS_HOME /data
|
||||||
VOLUME ["/data"]
|
VOLUME ["/data"]
|
||||||
EXPOSE 8080
|
EXPOSE 8080 38252
|
||||||
|
|
||||||
CMD ["/download-and-start"]
|
CMD ["/download-and-start"]
|
||||||
|
|||||||
Reference in New Issue
Block a user