You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
was able to work around the issue by removing "chown 1001 -R data/log data/media" from MakeFile. also did chmod -R 777 data
error stack:
xxxx@MacBook-Pro uchan % make setup
docker-compose up -d
uchan_memcached_1 is up-to-date
Starting uchan_assets_1 ...
uchan_app_1 is up-to-date
uchan_db_1 is up-to-date
uchan_queue_1 is up-to-date
Starting uchan_assets_1 ... done
uchan_nginx_1 is up-to-date
uchan_varnish_1 is up-to-date
chown 1001 -R data/log data/media
chown: -R: No such file or directory
chown: data/log: Operation not permitted
chown: data/media: Operation not permitted
make: *** [setup] Error 1
The text was updated successfully, but these errors were encountered:
was able to work around the issue by removing "chown 1001 -R data/log data/media" from MakeFile. also did chmod -R 777 data
error stack:
xxxx@MacBook-Pro uchan % make setup
docker-compose up -d
uchan_memcached_1 is up-to-date
Starting uchan_assets_1 ...
uchan_app_1 is up-to-date
uchan_db_1 is up-to-date
uchan_queue_1 is up-to-date
Starting uchan_assets_1 ... done
uchan_nginx_1 is up-to-date
uchan_varnish_1 is up-to-date
chown 1001 -R data/log data/media
chown: -R: No such file or directory
chown: data/log: Operation not permitted
chown: data/media: Operation not permitted
make: *** [setup] Error 1
The text was updated successfully, but these errors were encountered: