cytopia-deprecated/docker-hhvm-latest

chown: changing ownership of '/var/log/php/www-error.log': Operation not permitted

Opened this issue · 0 comments

chown: changing ownership of '/var/log/php/www-error.log': Operation not permitted

my command:

docker run -it --name test.com --restart always -p 9905:9000 -e ENABLE_MAIL="1" -e FORWARD_PORTS_TO_LOCALHOST="3306:127.0.0.1:3306" -e MY_USER="www-data" -e MY_GROUP="www-data" -e NEW_UID="33" -e NEW_GID="33" -v /var/www/test.com:/var/www/test.com -v /var/log/hhvm/test.com:/var/log/php -t cytopia/hhvm-latest