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" name: "openldap"
image: osixia/openldap image: osixia/openldap
command: "--loglevel debug" command: "--loglevel debug"
hostname: ldap.dev.local
networks: networks:
- name: bridge # - name: bridge
- name: nginx-internal - name: nginx-internal
ports: ports:
- "389:389" - "389:389"