Skip to content

Commit

Permalink
Set web_data for web volume
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuasosa authored Feb 10, 2025
1 parent 21c0875 commit 967d552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ddev/docker-compose.testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
web:
volumes:
# Don't share our host working directory as /var/www/html. We want /var/www/html empty for composer.
- /var/www/html
- ./web_data:/var/www/html
# Instead share our host working directory as a standalone package.
- type: bind
source: ../
Expand Down

0 comments on commit 967d552

Please sign in to comment.