ccarney16 / pterodactyl-containers

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

nonexistent directory error #110

Closed NaokiNXN closed 3 years ago

NaokiNXN commented 3 years ago

Had this all working okay till the most recent update and following this i now get the following error:

Seeded: Database\Seeders\EggSeeder (198.12ms) Database seeding completed successfully. [setup] Warning: SSL Certificate was not specified or doesnt exist, using HTTP. --- Starting Pterodactyl Panel: v1.4.2 --- /entrypoint.sh: line 74: can't create /etc/nginx/conf.d/default.conf: nonexistent directory

It sometimes also appears as line 70 instead of 74.

Since i couldnt figure out a fix for it deleted everything and tried for a fresh install but this didnt work either just kept getting the same error message.

Any ideas?

ccarney16 commented 3 years ago

This is an issue in regards to changes to the base alpine image. I just committed a change to explicitly create the conf.d directory.

NaokiNXN commented 3 years ago

Brilliant all working now thanks :)