fixed url

This commit is contained in:
2026-06-12 00:56:51 -04:00
parent d513084987
commit 47b764ec3a
+1 -1
View File
@@ -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