Skip to content

Commit 8f1b62d

Browse files
committed
Remove generated paths in unison container doc
1 parent 200abb0 commit 8f1b62d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ As a work-around for this behavior, you can put vendor or third-party library di
4949

5050
* Custom synchronisation of `vendor` and `generated`:
5151
* These volumes are synchronised seamless thanks to [magento2-dockergento-console](https://github.com/ModestCoders/magento2-dockergento-console)
52-
* See [dockergento workflow](#workflow) for a better understanding about whole development process with dockergento.
52+
* See [dockergento workflow](#workflow) for a better understanding about whole development process with dockergento.
5353

5454
## Preconditions
5555

@@ -101,9 +101,7 @@ As a work-around for this behavior, you can put vendor or third-party library di
101101
image: modestcoders/unison:2.51.2
102102
volumes:
103103
- app-vendor:/var/www/html/<magento_dir>/vendor
104-
- app-generated:/var/www/html/<magento_dir>/generated
105104
- ./vendor:/sync/vendor
106-
- ./generated:/sync/generated
107105
environment:
108106
- SYNC_SOURCE_BASE_PATH=/sync
109107
- SYNC_DESTINATION_BASE_PATH=/var/www/html/<magento_dir>

0 commit comments

Comments
 (0)