fixed yaml

This commit is contained in:
2026-03-30 16:23:57 -04:00
parent cd46057cd2
commit 99e6d27d7c
+1 -1
View File
@@ -1,7 +1,7 @@
services: services:
web: web:
build: . build: .
image: calculator:latest image: ghcr.io/jones013/jack_calculator:latest
ports: ports:
- "8888:80" - "8888:80"
restart: unless-stopped restart: unless-stopped