Skip to content

Commit 8d10882

Browse files
committed
Remove bind mount of generated folder in unison container. Unison is now only meant to be used for watch command inside vendor modules
1 parent 0cf321d commit 8d10882

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ and this project adheres to [Semantic Version](http://semver.org/spec/v2.0.0.htm
1111

1212
### Removed
1313

14-
## [next-version] - 00-00-2018
14+
## [1.3] - 05-09-2018
1515

1616
### Changed
1717

1818
* Documentation about how to sync `vendor` and `generated` volumes according to latest changes on [magento2-dockergento-console](https://github.com/ModestCoders/magento2-dockergento-console)
1919

2020
### Removed
2121

22-
* First 2 steps to configure xdebug in PHPStorm are not longer needed because it is enough by just setting the debug port and server configuration
22+
* Remove first 2 steps to configure xdebug in PHPStorm are not longer needed because it is enough by just setting the debug port and server configuration
23+
* Remove bind mount of `generated` folder in `unison container. Unison container is now only meant to be used for `watch` command inside vendor modules.
2324

2425
## [1.2.0] - 30-08-2018
2526
### Added

docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@ services:
4747
image: modestcoders/unison:2.51.2
4848
volumes:
4949
- app-vendor:/var/www/html/vendor
50-
- app-generated:/var/www/html/generated
5150
- ./vendor:/sync/vendor
52-
- ./generated:/sync/generated
5351
environment:
5452
- SYNC_SOURCE_BASE_PATH=/sync
5553
- SYNC_DESTINATION_BASE_PATH=/var/www/html

0 commit comments

Comments
 (0)