Update docker-compose.yml
This commit is contained in:
parent
4fa3280484
commit
f22d9c862d
1 changed files with 12 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue