Skip to content

Commit f0b00ee

Browse files
committed
Update docker inspect command in bug_report template
1 parent 1c8d695 commit f0b00ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The output of `git rev-parse HEAD`: `XXXXX`
4848
The command you used to start the project: `XXXXX`
4949

5050
<!-- adjust the `latest` tag to the version you're using -->
51-
The output of `docker inspect netboxcommunity/netbox:latest --format "{{json .ContainerConfig.Labels}}"`:
51+
The output of `docker inspect netboxcommunity/netbox:latest --format "{{json .Config.Labels}}"`:
5252

5353
```json
5454
{

0 commit comments

Comments
 (0)