diff --git a/README.md b/README.md index 674cafe..271ff80 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ To deploy the calculator on a server, you only need Docker and Docker Compose in ```yaml services: web: - image: ghcr.io/jones013/jack_calculator:latest + image: gitea.easye.me/ejones/jack-calc:latest ports: - 8888:80 restart: unless-stopped