mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-12 13:07:33 -07:00
revert sccache changes to docker-compose.yml
This commit is contained in:
parent
ff0d9ac476
commit
83e39767cf
1 changed files with 1 additions and 8 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue