Nycki
Nycki
chiming in to say that I wanted to use podman for local development instead of docker and I had the same problem. ```yaml # dev-container.yaml apiVersion: v1 kind: Pod metadata:...
Agreed! The audio player in 4.3.1 is so good it puts the official app to shame. Please keep it in!
Workaround: install pgadmin. if you're using docker-compose, you can do this with https://hub.docker.com/r/dpage/pgadmin4. ```yaml pgadmin: image: docker.io/dpage/pgadmin4:9.9 environment: - [email protected] - PGADMIN_DEFAULT_PASSWORD=password volumes: - ./pgadmin:/var/lib/pgadmin ports: - "8000:80" restart: always...