gboxxx
Results
11
comments of
gboxxx
Same here. Browser console: `localhost:8000/api/v1/generate/task:1 Failed to load resource: net::ERR_CONNECTION_REFUSED` **Docker-Compose** ``` version: '3.8' services: postgres: image: postgres:14-alpine restart: always # comment out if you want to externally connect DB...