From 83e39767cfdbb41d8f6bc974e720dcbd8a626a1e Mon Sep 17 00:00:00 2001 From: Anthial Date: Fri, 4 Aug 2023 21:40:06 +0200 Subject: [PATCH] revert sccache changes to docker-compose.yml --- docker-compose.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 88993596f..ba63fb196 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,14 +4,7 @@ services: web: image: iceshrimp.dev/iceshrimp/iceshrimp:latest ### If you want to build the image locally -# build: -# context: . -# args: -# - SCCACHE_VERSION=v0.5.4 -# - SCCACHE_ARCHITECTURE=x86_64 -### If you are using ARM64 -# - SCCACHE_ARCHITECTURE=aarch64 -# - SCCACHE_MEMORY_LIMIT=10G #You may want to lower or increase this value as you see fit. 10G is 10GB. +# build: . container_name: iceshrimp_web restart: unless-stopped depends_on: