build(docker): update image reference to use local portal image
snowmerak committed
Dec 21, 2025 at 11:44 UTC
8657f26b9c2e1812d0e2ca5f4ce67b135067cc71
1 file changed
+1
-1
docker-compose.yml
+1
-1
@@ -1,6 +1,6 @@
1
services:
2
portal:
3
- image: ghcr.io/gosuda/portal:1
3
+ image: portal:1
4
pull_policy: always
5
build:
6
context: .