Explorar o código

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

zmstone hai 1 ano
pai
achega
51530588ef
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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