mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 04:03:49 +01:00
revert sccache changes to docker-compose.yml
This commit is contained in:
parent
ff0d9ac476
commit
83e39767cf
@ -4,14 +4,7 @@ services:
|
|||||||
web:
|
web:
|
||||||
image: iceshrimp.dev/iceshrimp/iceshrimp:latest
|
image: iceshrimp.dev/iceshrimp/iceshrimp:latest
|
||||||
### If you want to build the image locally
|
### If you want to build the image locally
|
||||||
# build:
|
# 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.
|
|
||||||
container_name: iceshrimp_web
|
container_name: iceshrimp_web
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
|
Loading…
Reference in New Issue
Block a user