Set network namespace.

This commit is contained in:
László Valkó 2018-07-13 10:11:29 +02:00
parent 60af6dcfa2
commit c5d3273255

View file

@ -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