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