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

This commit is contained in:
zmstone 2024-08-01 22:41:42 +02:00
parent f792418a68
commit 51530588ef
1 changed files with 1 additions and 1 deletions

View File

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