From 4b2208d930c2c6e5dae1698cef2ffd985c18c7be Mon Sep 17 00:00:00 2001 From: Coffee without sugar Date: Sat, 6 Dec 2025 22:06:35 +0100 Subject: [PATCH] Update docker-compose.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It lets you edit or directly open the container’s directory in the same folder where the Docker Compose file is. --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index cc4fc6c..a733029 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,7 +5,7 @@ services: stdin_open: true tty: true volumes: - - launcher:/app/data + - ./launcher:/app/data environment: ADDRESS: "localhost:17549" PROJECTNAME: "GravitLauncher"