From 9a13ee16499e5f1dac33b6f064827bb76ed42e8e Mon Sep 17 00:00:00 2001 From: Fascinated Date: Mon, 10 Jul 2023 05:28:46 +0100 Subject: [PATCH] make the config read only --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index ef7a2b8..1308a6a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -14,4 +14,4 @@ services: ports: - 3000:3000 volumes: - - ./config.json:/usr/src/app/config.json + - ./config.json:/usr/src/app/config.json:ro