init.sh初始化nginx/html权限

This commit is contained in:
chenqiang 2024-08-21 14:26:02 +08:00
parent cee11adbdb
commit 4788588dec

View File

@ -27,4 +27,7 @@ echo "chmod 755 -R ./storage\n"
chown 5050:5050 ./storage/pgadmin
echo "chown 5050:5050 ./storage/pgadmin\n"
chmod 755 -R ./nginx/html
echo "chmod 755 -R ./nginx/html\n"
echo "All done. Now you can run 'docker compose up -d' to start the services.\n"