noirscape / e621-docker

Easily deploy E621 on a local server.
7 stars 1 forks source link

Something broke on first startup #4

Open magonyfur opened 3 years ago

magonyfur commented 3 years ago

my startup log

PS C:\Users\magon\Desktop\e621-docker-master> docker-compose up [+] Running 6/6

reederda commented 2 years ago

EADDRNOTAVAIL generally indicates the port (3000 in this case) is already in use by another process. You can check which processes are using which ports by running lsof -i :3000