mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-08-01 13:20:34 +02:00
Mixed quote types in this docker-compose.override.yml triggers a Top level object error. Now Corrected in Example override.
2
LDAP.md
2
LDAP.md
@ -13,7 +13,7 @@ Among others you can use *docker-compose.override.yml* to inject necessary varia
|
|||||||
### Example override file for Active Directory
|
### Example override file for Active Directory
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
version: '3.4'
|
version: "3.4"
|
||||||
services:
|
services:
|
||||||
netbox:
|
netbox:
|
||||||
image: netboxcommunity/netbox:${VERSION-latest-ldap}
|
image: netboxcommunity/netbox:${VERSION-latest-ldap}
|
||||||
|
Reference in New Issue
Block a user