Set network namespace.
This commit is contained in:
parent
60af6dcfa2
commit
c5d3273255
|
@ -1,8 +1,13 @@
|
||||||
---
|
---
|
||||||
version: '3.2'
|
version: '3.5'
|
||||||
services:
|
services:
|
||||||
ldap.proxy:
|
ldap.proxy:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
container_name: ldap.proxy
|
container_name: ldap.proxy
|
||||||
|
networks:
|
||||||
|
- ldap.proxy
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
networks:
|
||||||
|
ldap.proxy:
|
||||||
|
name: ldap.proxy.net
|
||||||
|
|
Loading…
Reference in a new issue