Update com.docker.registry.plist

Add missing "serve" parameter

Signed-off-by: andy-cooper <andrew.john.cooper@gmail.com>
This commit is contained in:
andy-cooper 2025-03-08 21:35:10 -05:00 committed by GitHub
parent bb0253d1df
commit 6599be4fe9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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