ccarney16 / pterodactyl-containers

Pterodactyl Panel within a docker container
230 stars 78 forks source link

It doesn't work when I build other language versions #141

Open aopkcn opened 2 years ago

aopkcn commented 2 years ago

Hi! ccarney16. After forking your project, configure the version in the panel and the address to download the panel according to your workflow. After the modification, the mirror works normally.

However, after I built my own project, I used the workflow to build the image successfully, and the following error occurred when I ran unraid: `text error warn system array login

[FATAL tini (7)] exec /entrypoint.sh failed: Permission denied [FATAL tini (7)] exec /entrypoint.sh failed: Permission denied [FATAL tini (7)] exec /entrypoint.sh failed: Permission denied

Press ANY KEY to close this window `

ccarney16 commented 2 years ago

it is likely entrypoint.sh is not configured to execute, or your container permissions are too strict?