fix(famapp): pull from self-hosted registry again

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