How to adding Postgis to the running Postgresql container

258 Views Asked by At

How to adding Postgis to the running Postgresql Docker Container. I can't delete postgresql. Because it has data and tables. I want to integrate Postgis'i without deleting tables and data. How can I do that?

psql --version ;
psql (PostgreSQL) 13.2 (Debian 13.2-1.pgdg100+1)
0

There are 0 best solutions below