Jelajahi Sumber

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

zmstone 1 tahun lalu
induk
melakukan
51530588ef
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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
       nofile: 1024
     image: openldap
     image: openldap
     #ports:
     #ports:
-    #  - 389:389
+    #  - "389:389"
     volumes:
     volumes:
       - ./certs/ca.crt:/etc/certs/ca.crt
       - ./certs/ca.crt:/etc/certs/ca.crt
     restart: always
     restart: always