fix(famapp): pull image from ghcr where ci publishes releases
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
services:
|
services:
|
||||||
famapp:
|
famapp:
|
||||||
container_name: famapp
|
container_name: famapp
|
||||||
image: registry.ginnoir.com/ginnoir/famapp:latest
|
image: ghcr.io/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