diff --git a/compose.yaml b/compose.yaml index 1a60d82..95a670f 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,7 +1,7 @@ services: web: build: . - image: calculator:latest + image: ghcr.io/jones013/jack_calculator:latest ports: - "8888:80" restart: unless-stopped