diff --git a/README.md b/README.md index 5a925dd..987c661 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ For hosting with Docker Compose: ```yaml services: bearlytics: - image: ghcr.io/HermanMartinus/bearlytics:latest + image: ghcr.io/hermanmartinus/bearlytics:latest ports: - 8000:8000 volumes: diff --git a/docker-compose.yaml b/docker-compose.yaml index 87648bb..fca58dd 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,6 +1,6 @@ services: bearlytics: - image: ghcr.io/HermanMartinus/bearlytics:latest + image: ghcr.io/hermanmartinus/bearlytics:latest ports: - 8000:8000 volumes: