EdyTheCow / docker-pterodactyl

Running Pterodactyl Panel inside docker containers behind Traefik reverse proxy
255 stars 52 forks source link

network pterodactyl declared as external, but could not be found #25

Closed StanislasSiweck closed 2 years ago

StanislasSiweck commented 2 years ago

Hello, I re-installed my MV and when I simply did a docker-compose up -d on traefik, I get this error and I don't understand why.

image

EdyTheCow commented 2 years ago

Ah, sorry I didn't mention this in the guide. Simply run docker network create pterodactyl and it should solve the issue. The error is displayed because the network connecting panel or wings to the Traefik doesn't exist and needs to be created.

StanislasSiweck commented 2 years ago

Thank you, now I have to put the ssl with my hoster (OVH).