fix(famapp): pull image from valhalla registry
Switch famapp container from ghcr.io/ginnoir/famapp:latest to registry.ginnoir.com/ginnoir/famapp:latest. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
fb4de751ed
commit
e3937dcf52
@@ -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]
|
||||||
|
|||||||
Reference in New Issue
Block a user