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"
|
version: "3.8"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
dev-environment:
|
dev-environment:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
volumes:
|
volumes:
|
||||||
# Mount your `toot` configuration folder into the container
|
# Mount your `toot` configuration folder into the container
|
||||||
- "C:\\Users\\michaelacr\\AppData\\Roaming\\toot:/root/.config/toot"
|
- "C:\\Users\\youruser\\AppData\\Roaming\\toot:/root/.config/toot"
|
||||||
working_dir: /workspace
|
working_dir: /workspace
|
||||||
tty: true
|
tty: true
|
||||||
|
|
Loading…
Reference in a new issue