Update com.docker.registry.plist

Add missing command line parameter "serve"

Signed-off-by: andy-cooper <andrew.john.cooper@gmail.com>
This commit is contained in:
andy-cooper 2025-03-08 19:25:59 -05:00 committed by GitHub
parent 1b01625dae
commit 44c00149db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,6 +15,7 @@
<key>ProgramArguments</key>
<array>
<string>/usr/local/libexec/registry</string>
<string>serve</string>
<string>/Users/Shared/Registry/config.yml</string>
</array>
<key>Sockets</key>