fix docker-compose - change label to 1 before main.
fix docker-compose - change label to 1 before main.
dalbodeule committed
Nov 20, 2025 at 18:56 UTC
e25a80fdc63a2fe367f9e1da9f9350b9976b5485
1 file changed
+1
-1
docker-compose.yml
+1
-1
@@ -1,6 +1,6 @@
1
services:
2
portal:
3
- image: ghcr.io/gosuda/portal:main
3
+ image: ghcr.io/gosuda/portal:1
4
pull_policy: always
5
build:
6
context: .