Slackbot
09/07/2023, 5:15 PMJason Reslock
09/07/2023, 5:20 PMdocker run -e PGUSER=user -e PGPASSWORD=pass ...... or in a .env file or compose, etc.Evey Eve
09/07/2023, 5:37 PM.env and still issues..maybe its not the environment variables causing the issue, but was wondering if there is a way to troubleshoot or something that has been missedEvey Eve
09/08/2023, 3:29 PMJason Reslock
09/08/2023, 3:30 PMJason Reslock
09/08/2023, 3:33 PM# WebSocket support
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";Evey Eve
09/14/2023, 7:14 PMJason Reslock
09/14/2023, 7:15 PM