Created
June 25, 2024 08:30
-
-
Save thetwopct/560de5904fcc86b0fc98029d2f80fe7d to your computer and use it in GitHub Desktop.
Getting SymLink working in Lando (WordPress Theme Example)
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
# the first path should be pointing to your theme or plugin | |
# the second path is the directory where your theme or plugin needs to go inside Lando (starts with /app/) | |
services: | |
appserver: | |
overrides: | |
volumes: | |
- ~/Sites/my-theme:/app/wp-content/themes/my-theme |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment