Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
[TASK] Update example to sync folder with ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
mickaelperrin committed Jul 19, 2016
1 parent 7c2684c commit 18c958f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ A full example is provided in the [example folder](https://github.com/mickaelper

Then, spawn in a new shell:

docker exec -it example_php_1 bash -c 'composer --working-dir=/src/project/src install'
docker exec -it example_php_1 bash -c 'composer --working-dir=/src/example/src install'

### Generic example

Expand Down
2 changes: 1 addition & 1 deletion example/docker-compose.development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
volumes:
# Configure here the mappings between your host and the container.
# Simply add a `.magic` extension to the volume path in the container.
- ./src:/src.magic
- ..:/src.magic
# this is needed for automatic discovery of mounted volumes in this container.
- /var/run/docker.sock:/tmp/docker.sock:ro
# If you want to configure USER / UID / IGNORE by volumes, you can use a simple YAML configuration file
Expand Down

0 comments on commit 18c958f

Please sign in to comment.