replace out docker.io
Update Compose File / build (push) Waiting to run

This commit is contained in:
2026-08-09 13:51:18 -07:00
parent 86bfd23040
commit 2b442a16c0
+2 -2
View File
@@ -170,7 +170,7 @@ services:
gitea-act-runner: gitea-act-runner:
container_name: gitea-act-runner container_name: gitea-act-runner
image: docker.io/gitea/act_runner:latest image: gitea/act_runner:latest
environment: environment:
CONFIG_FILE: /config.yaml CONFIG_FILE: /config.yaml
GITEA_INSTANCE_URL: "https://gitea.${DOMAIN}" GITEA_INSTANCE_URL: "https://gitea.${DOMAIN}"
@@ -225,7 +225,7 @@ services:
immich-redis: immich-redis:
container_name: immich-redis container_name: immich-redis
image: docker.io/valkey/valkey:latest image: valkey/valkey:latest
restart: unless-stopped restart: unless-stopped
immich-database: immich-database: