tylerhindi1

Results 7 comments of 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...

![Screenshot_2022-08-22-13-26-21-81](https://user-images.githubusercontent.com/85779786/185869620-f30815d2-94a6-4a94-be83-707a1a079b3f.jpg) 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 ![image](https://user-images.githubusercontent.com/85779786/189537380-c0d1fd00-f790-4cd6-a4d3-9bda83f53520.png) ![image](https://user-images.githubusercontent.com/85779786/189537383-8a44474d-7a53-4c61-ae03-27c08047f0f6.png)

> 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...