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