ThiagoBarradas / woocommerce-docker

Docker for build a test woocommerce image
https://hub.docker.com/r/thiagobarradas/woocommerce/
20 stars 5 forks source link

chown www-data #1

Open ybabel opened 5 years ago

ybabel commented 5 years ago

Hello, great docker container. It works fine. Could you add a /app# chown -R www-data:www-data . so that we can update/download plugin in wordpress ? (I did it manually it's working)

ThiagoBarradas commented 5 years ago

Hey guy! Thank you for report this issue. 👍

I tried here and plugin upload really not works by not have write permission.

But, to fix this, I need some time because is very slow create and push 7000+ images. I really need do this and also release new images based on new wordpress/woocommerce versions;

Can you tell me what tags (versions) are you using?

I can update these first, preferably, to help you, and later I can finish all tags, with more time.

I will keep this issue opened until have the complete solution.

ybabel commented 5 years ago

I'm using the last version : 3.2.6-wp4.9.1-php7.0.

ThiagoBarradas commented 5 years ago

Hey!

This image is already updated allowing plugin upload by wordpress UI.

Soon all images also wiil be updated.