fix(famapp): pull image from ghcr where ci publishes releases

This commit is contained in:
ginnoir
2026-07-04 22:59:31 -05:00
parent 0df08794bc
commit 53d8cb9f2a
+1 -1
View File
@@ -10,7 +10,7 @@
services:
famapp:
container_name: famapp
image: registry.ginnoir.com/ginnoir/famapp:latest
image: ghcr.io/ginnoir/famapp:latest
pull_policy: always
restart: unless-stopped
networks: [famapp, edge]