Created
November 13, 2019 06:15
-
-
Save simesy/765cc181503735c6784023073b9ba801 to your computer and use it in GitHub Desktop.
Mount custom/modules for local development.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| version: '2.3' | |
| services: | |
| cli: | |
| volumes: | |
| - ./custom/modules:/app/web/sites/default/modules/local:${VOLUME_FLAGS:-delegated} | |
| test: | |
| volumes: | |
| - ./custom/modules:/app/web/sites/default/modules/local:${VOLUME_FLAGS:-delegated} | |
| nginx: | |
| volumes: | |
| - ./custom/modules:/app/web/sites/default/modules/local:${VOLUME_FLAGS:-delegated} | |
| php: | |
| volumes: | |
| - ./custom/modules:/app/web/sites/default/modules/local:${VOLUME_FLAGS:-delegated} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment