remove port access
Update Compose File / build (push) Successful in 4s

This commit is contained in:
2026-08-09 17:10:34 -07:00
parent ed28bfe633
commit 63904e6718
-2
View File
@@ -365,8 +365,6 @@ services:
stich: stich:
container_name: stich container_name: stich
image: ghcr.io/craisined/stich:latest image: ghcr.io/craisined/stich:latest
ports:
- 5000:5000
volumes: volumes:
- ${DATA}/stich/encoder.ts:/app/encoder.ts - ${DATA}/stich/encoder.ts:/app/encoder.ts
restart: unless-stopped restart: unless-stopped