From e3682e48b2f72588f28fe86826ea25f5242b90ce Mon Sep 17 00:00:00 2001 From: gigirassy Date: Thu, 27 Aug 2026 23:33:20 -0400 Subject: [PATCH] fix --- compose.yml | 4 +++- image-proxy | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index 4a11335..770da41 100644 --- a/compose.yml +++ b/compose.yml @@ -23,7 +23,9 @@ services: # Autocompressing image proxy! pinata-proxy: container_name: pinata_proxy - build: image-proxy/Dockerfile.custom + build: + context: ./image-proxy + dockerfile: Dockerfile.custom # prebuilt, although the dockerfile provides more optimization # image: codeberg.org/gigirassy/image-proxy:latest ports: diff --git a/image-proxy b/image-proxy index afde8cb..75406f4 160000 --- a/image-proxy +++ b/image-proxy @@ -1 +1 @@ -Subproject commit afde8cb457b2de76538e5578ae9babb37e27b825 +Subproject commit 75406f4206f0d5e28edad944e6d1e6fff7f62514