Skip to content
Snippets Groups Projects
Commit 84e84a65 authored by webmanue's avatar webmanue
Browse files

specify working_dir in docker-compose.yml

- simplifies discovery of mounted directory for docker-compose users
parent 10d3ad77
No related branches found
No related tags found
No related merge requests found
Pipeline #138659 passed
......@@ -24,6 +24,7 @@ services:
- .:/mnt/io
tty: true
shm_size: '1gb'
working_dir: /mnt/io
dev-complex:
build:
args:
......@@ -32,5 +33,6 @@ services:
dockerfile: Dockerfile
volumes:
- .:/mnt/io
working_dir: /mnt/io
tty: true
shm_size: '1gb'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment