pterodactyl / development

Development environment setup for Pterodactyl. This is used internally by our development team to ensure getting Pterodactyl running in a development environment is a painless as possible.
Apache License 2.0
26 stars 30 forks source link

App service not running #12

Closed KaspianDev closed 1 year ago

KaspianDev commented 1 year ago

Hey, i installed dev env for ptero and just ran ./beak up -d

But when i want to ./beak app i get this error service "app" is not running container #1

KaspianDev commented 1 year ago

Here's how i fixed it

Rename example .env file to .env, add WWWUSER=1000 line

Keeping it open, maybe the fix will be in the repo by default

alexevladgabriel commented 1 year ago

Hey @KaspianDev be sure to not run this command as root, it happened to me. That's the mistake most of us do.