Add hostname to OpenLDAP, remove bridge network

This commit is contained in:
Lukáš Kucharczyk 2021-05-18 19:37:43 +02:00
parent 8d193080dc
commit c79009e541
No known key found for this signature in database
GPG Key ID: 65524498C0196B64
1 changed files with 2 additions and 1 deletions

View File

@ -23,8 +23,9 @@
name: "openldap"
image: osixia/openldap
command: "--loglevel debug"
hostname: ldap.dev.local
networks:
- name: bridge
# - name: bridge
- name: nginx-internal
ports:
- "389:389"