diff --git a/README.md b/README.md index 6726102..3328eda 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ A pypi mirror docker image. -![Docker Pulls](https://img.shields.io/docker/pulls/abersheeran/pypi-mirror) ![Docker Image Size (latest semver)](https://img.shields.io/docker/image-size/abersheeran/pypi-mirror) - -Just run `docker run -p "5555:80" -d abersheeran/pypi-mirror` +Just run `docker run -p "5555:80" -d ghcr.io/docker-s-images/pypi-mirror:master` Or use `docker-compose` with `docker-compose.yml` @@ -10,7 +8,7 @@ Or use `docker-compose` with `docker-compose.yml` version: "3.3" services: pypi-mirror: - image: abersheeran/pypi-mirror + image: ghcr.io/docker-s-images/pypi-mirror:master ports: - "5555:80" ```