Skip to content
Snippets Groups Projects
Commit 35c4c859 authored by Harald Nezbeda's avatar Harald Nezbeda
Browse files

Fixes installation of wp-cli packages - #18

parent f725e662
No related branches found
No related tags found
No related merge requests found
File moved
......@@ -6,7 +6,7 @@ services:
ports:
- ${IP}:80:80 # change ip if required
volumes:
- ./config/php.conf.uploads.ini:/usr/local/etc/php/conf.d/uploads.ini
- ./config/php.conf.ini:/usr/local/etc/php/conf.d/conf.ini
- ./wp-app:/var/www/html # Full wordpress project
#- ./plugin-name/trunk/:/var/www/html/wp-content/plugins/plugin-name # Plugin development
#- ./theme-name/trunk/:/var/www/html/wp-content/themes/theme-name # Theme development
......@@ -20,8 +20,8 @@ services:
wpcli:
image: wordpress:cli
user: xfs
volumes:
- ./config/php.conf.ini:/usr/local/etc/php/conf.d/conf.ini
- ./wp-app:/var/www/html
depends_on:
- db
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment