Skip to content

Instantly share code, notes, and snippets.

@thetwopct
Created June 25, 2024 08:30
Show Gist options
  • Save thetwopct/560de5904fcc86b0fc98029d2f80fe7d to your computer and use it in GitHub Desktop.
Save thetwopct/560de5904fcc86b0fc98029d2f80fe7d to your computer and use it in GitHub Desktop.
Getting SymLink working in Lando (WordPress Theme Example)
# 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