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