Add sha256 hash

This commit is contained in:
2025-11-18 19:36:53 +05:30
parent ed805754b5
commit 75c64417d2
17 changed files with 23 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
services:
homepage_socket_proxy:
container_name: homepage_socket_proxy
image: ghcr.io/11notes/socket-proxy:2.1.6
image: ghcr.io/11notes/socket-proxy:2.1.6@ sha256:2f4e605a5441b31389a95ef942af45927e8df4df4e974cfa271a388799d4f87b
restart: unless-stopped
read_only: true
user: ${SOCKET_UID}:${SOCKET_GID}
@@ -15,7 +15,7 @@ services:
homepage:
container_name: homepage
image: ghcr.io/gethomepage/homepage:v1.7.0
image: ghcr.io/gethomepage/homepage:v1.7.0@sha256:b6ac42c31845ea7c862d71451c16413a6284430d8ff08e16ad791f42718a7c71
restart: unless-stopped
depends_on:
homepage_socket_proxy: