Set network namespace.
This commit is contained in:
parent
ea71c82603
commit
2ab422f7cf
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue