1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 09:46:23 +00:00

Fix formatting error (#65)

Fix formatting error, where code block isn't closed
This commit is contained in:
Thomas
2019-10-02 21:28:16 +13:00
committed by David Young
parent ba3a5204b7
commit eb50041c32

View File

@@ -421,7 +421,7 @@ networks:
### Launch OpenLDAP stack ### Launch OpenLDAP stack
Create the auth_internal overlay network, by running ```docker stack deploy auth -c /var/data/config/openldap/auth.yml`, then launch the OpenLDAP stack by running ```docker stack deploy openldap -c /var/data/config/openldap/openldap.yml``` Create the auth_internal overlay network, by running ```docker stack deploy auth -c /var/data/config/openldap/auth.yml```, then launch the OpenLDAP stack by running ```docker stack deploy openldap -c /var/data/config/openldap/openldap.yml```
Log into your new LAM instance at https://**YOUR-FQDN**. Log into your new LAM instance at https://**YOUR-FQDN**.