Set network namespace.

This commit is contained in:
László Valkó 2018-07-13 10:10:51 +02:00
parent ea71c82603
commit 2ab422f7cf

View file

@ -1,5 +1,5 @@
---
version: '3.2'
version: '3.5'
services:
jenkins:
image: "jenkinsci/blueocean"
@ -13,4 +13,9 @@ services:
ports:
- "${EXTERNAL_IP}:${EXTERNAL_PORT}:8080"
- "${EXTERNAL_IP}:${EXTERNAL_PORT2}:50000"
networks:
- ldap.proxy
restart: unless-stopped
networks:
ldap.proxy:
name: ldap.proxy.net