From 8a1a9d0db7343db45c9c24abae6719e6aa71cf4f Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Tue, 21 Jun 2022 13:16:08 +0200 Subject: [PATCH] L2SS-823: Use /tmp as default scratch, which is more of a system directory than HOME --- docker-compose/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose/Makefile b/docker-compose/Makefile index 391d6d15b..e0689cc7c 100644 --- a/docker-compose/Makefile +++ b/docker-compose/Makefile @@ -13,7 +13,7 @@ ATTACH_COMPOSE_FILE_ARGS := $(foreach yml,$(filter-out tango.yml,$(COMPOSE_FILES # But we allow to overwrite it. NETWORK_MODE ?= tangonet -SCRATCH ?= $(HOME) +SCRATCH ?= /tmp # Host name through which others can reach our control interfaces. # Needs to be resolvable from the containers and clients. -- GitLab