ccarney16 / pterodactyl-containers

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

Error Caddy #153

Open david1111967 opened 1 year ago

david1111967 commented 1 year ago

When I try to configure the panel it gives me the following error after the database migration is finished and remains in a loop.

I'm trying to configure for a local host.

Error: loading initial config: loading new config: http app module: start: listening on :80: listen tcp :80: bind: permission denied

Sorry my English is not very good :)

ccarney16 commented 12 months ago

Hey, so that is an error in regards to the kernel not allowing caddy to bind to port 80. Are you using host networking for the panel?

david1111967 commented 11 months ago

I am using docker compose with the following lines to configure the network networks: pterodactyl: driver: bridge external: true