ci: fix a typo in commented out docker-compose yaml file
This commit is contained in:
parent
f792418a68
commit
51530588ef
|
@ -10,7 +10,7 @@ services:
|
|||
nofile: 1024
|
||||
image: openldap
|
||||
#ports:
|
||||
# - 389:389
|
||||
# - "389:389"
|
||||
volumes:
|
||||
- ./certs/ca.crt:/etc/certs/ca.crt
|
||||
restart: always
|
||||
|
|
Loading…
Reference in New Issue