Hajbo
Results
2
comments of
Hajbo
Wait, isn't this because of how we do the port mapping in docker compose? It looks like this: ``` ports: - ${POSTGRES_PORT}:5432 ``` which means if you update the .env...
I think we can solve it with some changes to the docker compose file, I'll play around with it a bit