docker-tootn/docker-compose.yml

13 lines
296 B
YAML
Raw Permalink Normal View History

2025-01-09 12:33:56 -08:00
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