tylerhindi1
tylerhindi1
` ┌──(root㉿kali)-[~/tools/mixeway] └─# docker-compose version Docker Compose version v2.1.1 ` i changed only port number
version: '3.0' services: MixerDB: container_name: MixerDB image: postgres:latest command: postgres -c 'max_connections=200' environment: - POSTGRES_DB=mixer - POSTGRES_USER=mixeruser - POSTGRES_PASSWORD=mixerpassword ports: - 5431:5431 volumes: - pgdata:/var/lib/postgresql/data:rw MixerBackend: container_name: MixerBackend image: mixeway/backend:latest...
 Same error
I think | 2022-08-22 08:16:48.554 UTC [1] LOG: could not create Unix socket for address "/var/run/postgresql/.s.PGSQL.5432": Permission denied This is main error
i am deploy to in kali vps in linode server but i get errro  
> One more thing when i tried to rebase image to from node:17-bullseyes-slim to node:18-buster-slim on startup Parcel failed to build The site hey i run docker file command and...