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: ...@@ -24,6 +24,7 @@ services:
- .:/mnt/io - .:/mnt/io
tty: true tty: true
shm_size: '1gb' shm_size: '1gb'
working_dir: /mnt/io
dev-complex: dev-complex:
build: build:
args: args:
...@@ -32,5 +33,6 @@ services: ...@@ -32,5 +33,6 @@ services:
dockerfile: Dockerfile dockerfile: Dockerfile
volumes: volumes:
- .:/mnt/io - .:/mnt/io
working_dir: /mnt/io
tty: true tty: true
shm_size: '1gb' 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