Просмотр исходного кода

ci: fix a typo in commented out docker-compose yaml file

zmstone 1 год назад
Родитель
Сommit
51530588ef
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .ci/docker-compose-file/docker-compose-ldap.yaml

+ 1 - 1
.ci/docker-compose-file/docker-compose-ldap.yaml

@@ -10,7 +10,7 @@ services:
       nofile: 1024
     image: openldap
     #ports:
-    #  - 389:389
+    #  - "389:389"
     volumes:
       - ./certs/ca.crt:/etc/certs/ca.crt
     restart: always