diff --git a/README.md b/README.md index 7a453cb..3de3df8 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ mkdir -p /var/lib/docker-registry Then you can start the container with the following command: ```bash -podman run -d --restart=always -p 5000:5000 -v /path/to/config.yml:/etc/docker/registry/config.yml \ +podman run -d --restart=always -p 5000:5000 -v /path/to/config.yml:/etc/registry/config.yml \ -v /var/lib/docker-registry:/var/lib/docker-registry --name registry registry.opensuse.org/opensuse/registry:%%registry_version%%-%RELEASE% ``` diff --git a/distribution-image.changes b/distribution-image.changes index 23b443a..e4b6865 100644 --- a/distribution-image.changes +++ b/distribution-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri May 31 10:03:08 UTC 2024 - Fredrik Lönnegren + +- Correct configuration path in the README + ------------------------------------------------------------------- Wed May 8 16:26:31 UTC 2024 - Dirk Mueller