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