From f22d9c862d4ced70ab19e359abfdd7e7a7587048 Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 9 Jan 2025 12:33:56 -0800 Subject: [PATCH] Update docker-compose.yml --- docker-compose.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 331a623..e62fe16 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,12 +1,12 @@ -version: "3.8" - -services: - dev-environment: - build: - context: . - dockerfile: Dockerfile - volumes: - # Mount your `toot` configuration folder into the container - - "C:\\Users\\michaelacr\\AppData\\Roaming\\toot:/root/.config/toot" - working_dir: /workspace - tty: true +version: "3.8" + +services: + dev-environment: + build: + context: . + dockerfile: Dockerfile + volumes: + # Mount your `toot` configuration folder into the container + - "C:\\Users\\youruser\\AppData\\Roaming\\toot:/root/.config/toot" + working_dir: /workspace + tty: true