Skip to content

Commit

Permalink
fix: mount WordPress folder instead of just plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ravinderk committed Dec 13, 2018
1 parent 1e39687 commit c124122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
wordpress:
image: conetix/wordpress-with-wp-cli
volumes:
- ~/wordpress_data:/var/www/html/wp-content/plugins/give
- ~/wordpress_data:/var/www/html
depends_on:
- db
ports:
Expand Down

0 comments on commit c124122

Please sign in to comment.