Skip to content
josnin edited this page Nov 18, 2021 · 1 revision

Welcome to the django-whatsapp-web-clone wiki!

podman run -d --name postgres_db -e POSTGRESQL_USER=user -e POSTGRESQL_PASSWORD=12345 -e POSTGRESQL_DATABASE=chatdb -p 5432:5432 f33/postgresql

podman exec -ti postgres_db /bin/bash

Clone this wiki locally